A disk is a storage device that refers to magnetic media, such as:
It's also known as mass storage device.
Disks are always rewritable unless intentionally locked or write-protected. You can easily partition a disk into several smaller volumes, too.
Disks are usually sealed inside a metal or plastic casing (often, a disk and its enclosing mechanism are collectively known as a “hard drive”).
A disk is not a disc (optical media).
On the memory hierarchy, they are classified as external memory.
The minimal unit of write/read is called for all disks a sectors. (Flash disk does not have a sector but the term applied also). Sector can be bundled in logical unit called blocks.
What is a platter (physical spinning) hard drives?
Flash disks 1) have no mechanical parts but the spinning disk storage structure is emulated.
On flash memory, the minimum size of a read is typically much smaller than a minimum write
List:
The performance of the disk are really depend of the access mode (random or sequential)
See also: I/O - Request (Write/Read) - IO Request Packet (IRP)
On a spinning disk drive, when data are requested by a process which is identified:
The combination of the seek and rotational time associated with obtaining the data is the access time.
The most costly portions of this process is the time it takes for the head to move to the correct track, for example, seek time and the rotation time of the disks platters (latency). Cost here is referenced in time. The longer it takes for the physical activity to be completed, the longer the server process must wait for its data. To get an understanding of what contributes to the relative time required to get data from the disk subsystem up to the PCI bus, look at the pie chart.
Then from the embedded disk controller, the data is send to the host system (the computer) with one of this type of transport:
During the write operation, the host issue a write command chipset (write command), then this command will be sent to the hard disk.
The key counter relating to density per platter are:
With fdisk, you can get this information by using the p command.
fdisk /dev/sda2
Command (m for help): p
Disk /dev/sda2: 21.3 GB, 21361052160 bytes
255 heads, 63 sectors/track, 2597 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Windows: Windows - Disk