While translating packager.pot (part of YaST) I saw this recommendation:
+++···················
If you burn the media yourself, use the pad option in your recording
software. It avoids read errors at the end of the media during the check.
···················+±
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
On 2012-06-03 10:37, dd@home.dk wrote:
> i wonder if that instruction has been there for years…and, maybe is no
> longer valid
Good point. The translation software only presents to me new messages or
messages that have been modified. In this case, it was a modification, I
have seen the message in the 2009 version.
I think it makes sense, because it is a known error when comparing images
to the CD reading beyond the last byte of the image. In fact, I have a burn
script that does a compare of the image like this:
cmp --bytes=$(wc -c <$1) /dev/dvd $1
where $1 is the image: it only compares the exact number of bytes of the
image, because the DVD is rounded up to a sector, and comparison fails.
plus, i wonder if it applies to all of “your recording software”? K3b,
Nero and cdrecord???