[OSC] Day7: File System
File System File System1 Construction of a hard disk Low level format Disks are organized in Cylinders: a collection of tracks in the same relative position to the spindle Tracks: a concentric circle on a single platter side Sectors: segments of a track(usually 512B or 4KB in size) Sectors usually have an equal number of bytes in them, consisting of a preamble, data, and an error correcting code cylinder skew Disks usually have a cylinder skew: i.e., an offset is added to sector 0 in adjecent tracks to account for the seek time Consecutive disks sectors may be interleaved to account for transfer time Disk Access Time Access time = seek time + rotational delay + transfer time Seek time = time needed to move the arm to the cylinder (dominant) Rotational latency = time before the sector appears under the head (on average half the rotation time) Transfer time = time to transfer the data The estimated seek time (i.e., to move the arm from one track to ano