Penguin
Annotated edit history of BlockDevice version 5, including all changes. View license author blame.
Rev Author # Line
3 LawrenceDoliveiro 1 A device to which information is read and written in fixed-size blocks randomly accessible anywhere on the device.
2
1 JaredWigmore 3 As opposed to a CharacterDevice.
3 LawrenceDoliveiro 4
5 AristotlePagaltzis 5 Common examples of BlockDevice~s are HardDisk~s, optical drives ([CD]/[DVD] readers/writers), memory-card readers (for e.g. SD cards, CF cards, xD cards) and [USB] storage devices (USB KeyDrive~s or external hard drives/optical drives).
3 LawrenceDoliveiro 6
2 IanMcDonald 7 ----
8 See also DeviceDriver