Yousuf Khan wrote
> Tom Del Rosso wrote
>> Is TLER for DVR drives qualitatively different from that for RAID drives?
> Here's some info:
> Should You Use TLER Drives In Your RAID NAS? - SmallNetBuilder
> http://www.smallnetbuilder.com/nas/n...-your-raid-nas
> In general, the same requirements affect DVR drives as RAID drives,
Nope.
> i.e. a need to limit a drive's internal retry methodology in favour of an external retry methodology.
Nope. With writes particularly, with a PVR it makes much more
sense to just give up on the bad sector very quickly and just write
what needs to be written to some other good sector instead etc
so you can keep streaming whats being recorded etc.
> Both RAID drives and DVR drives have a real-time timeout requirement,
> but for different reasons. RAID drives need to get an internal retry out of the way in order to obtain the same data
> through a redundant means.
Its more that you dont want to retry to hard so the RAID controller
decides that the drive has died and does what its supposed to do
with a drive that has died.
> DVR drives need to get an internal retry out of the way because the data it's storing is not all that critical and it
> can live without it.
And in the case of writes, doesnt even have to live
without it, just write to another sector quickly.