Re: IDE CDROM tail read errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>
>> 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;


-
: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux