Storage Management Flashcards
what is constant angular velocity?
when the density of bits does not stay constant from outer to inner, the drive does not change is velocity depending on the location of the read/write head
what is constant linear velocity?
the density of bits per track is uniform so the drive needs to speed up when the read/write head is nearer to the center to keep the same rate of data moving
what is low level formatting?
fills the devices with special data structures for each storage location
what is logical formatting?
the creation of a file system
what are clusters?
a group of blocks (I/O is done via blocks, but file system I/O is done via clusters)
what are spare sectors?
often storage devices have a set aside disk space they can use to spare when bad blocks occur
how large are typical swap page slots?
4kb
what is a swap map?
a map for pages in the swap partition
what is a file’s magic number?
short sequence of characters at the start of the file header which identifies the file type
what is a file header?
a portion of the file preceding the actual data that is only visible to the file system and includes metadata
does a newly created file need a length or contents?
no
what is the open file table?
a data structure that keeps track of all files currently in use