T
Thomas G. Marshall
I've asked this question in m.p.windowsxp.general and no one seemed
quite sure.
When there is write caching enabled on a USB hard drive (the default I
think), will the write cache ever timeout and autoflush to the drive?
I'd really be surprised if the cache hangs around forever. Seems to
violate the law of least surprise. Having written a few device
drivers myself (unix) I can remember very very few cases where that
was the "proper" design: the timeout for write behind is often longer
when the device truly needs data in chunks of a certain amount. I
believe the old SCSI-QIC tape drives were the case.
quite sure.
When there is write caching enabled on a USB hard drive (the default I
think), will the write cache ever timeout and autoflush to the drive?
I'd really be surprised if the cache hangs around forever. Seems to
violate the law of least surprise. Having written a few device
drivers myself (unix) I can remember very very few cases where that
was the "proper" design: the timeout for write behind is often longer
when the device truly needs data in chunks of a certain amount. I
believe the old SCSI-QIC tape drives were the case.