Why is it better for blocks belonging to the same file to be on the same cylinder as opposed to being on the same track?
|
feedback
|
|
It doesn't matter that much. Especially as the cylinder and track concepts, although still used by some utilities, is quite obsolete and has no real relationship with how the data is stored on modern disks. The number of sectors per physical track vary depending on the disk area used nowadays. | |||
|
feedback
|
|
For older hard disks the best performance are obtained by putting the file on different plates (heads) that can be read simultaneously and on alternate sectors since near sectors can not be read consecutively. As jilliagre pointed out there are no more correspondence between the old sector coordinate and the physical disposition on disk. | |||
|
feedback
|