LWN.net Logo

A couple of fixes?

A couple of fixes?

Posted Jul 13, 2006 22:01 UTC (Thu) by dfsmith (guest, #20302)
In reply to: A couple of fixes? by Max.Hyre
Parent article: The 2006 Linux Filesystems Workshop (Part II)

In modern disk drives, at the innermost and outermost slider positions, the read head is +/- 10 tracks away from the write head. (Unfortunately 1-cosine!=0.)

To correct DNW (did-not-write) you would have to waste about 1.5 revs to reposition and read. (Depends on write length.)

To correct WWP (wrote-wrong-place) you have to first read all tracks where you might accidentally write, do the write, then verify the write and the other tracks.

Oddly enough, people buy preferentially on performance.


(Log in to post comments)

A couple of fixes?

Posted Jul 13, 2006 22:10 UTC (Thu) by dfsmith (guest, #20302) [Link]

Oops, that should be sin!=0. (The read head is a finite distance away from the write head.)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds