J
Jim
Hello,
I am working on an embedded system that uses a hard drive (rotating
media, laptop drive, not CompactFlash).
My application will write to a particular small range of sectors and
then read them back. This will be done using C code that does low
level sector reads and writes, without going through a file system.
With CompactFlash, I would worry about wear leveling and limited
writes. But this is rotating media, not CompactFlash.
Should I be concerned that rotating media will also degrade at some
point if I hammer the same sectors over and over, with other sporadic
seeks to other cylinders from time to time? Or should it just run
forever (within the nominal failure rate) no matter whether I
write/read the same small set of sectors over and over?
Thanks.
Jim
I am working on an embedded system that uses a hard drive (rotating
media, laptop drive, not CompactFlash).
My application will write to a particular small range of sectors and
then read them back. This will be done using C code that does low
level sector reads and writes, without going through a file system.
With CompactFlash, I would worry about wear leveling and limited
writes. But this is rotating media, not CompactFlash.
Should I be concerned that rotating media will also degrade at some
point if I hammer the same sectors over and over, with other sporadic
seeks to other cylinders from time to time? Or should it just run
forever (within the nominal failure rate) no matter whether I
write/read the same small set of sectors over and over?
Thanks.
Jim