lkml.org 
[lkml]   [2006]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: IDE CDROM tail read errors
>>
>> I have heard from friends that this is due to how readahead works. It
>> reads beyond the end of the track, and logically, the hardware signals an
>> error (leading to missing bytes at the end). It is said to be solved using
>> the -pad option when writing CDs.
>
>You mean the read error and not TOC <> .iso track length differences?

Maps to

if(toc_len >= iso + pad)
ok;
else
b0rk on last sectors;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-04-03 14:40    [W:0.080 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site