Differences between current version and revision by previous author of BlockDevice.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Sunday, February 1, 2009 2:49:25 am | by AristotlePagaltzis | |
Older page: | version 3 | Last edited on Saturday, January 31, 2009 12:46:52 pm | by LawrenceDoliveiro | Revert |
@@ -1,8 +1,8 @@
A device to which information is read and written in fixed-size blocks randomly accessible anywhere on the device.
As opposed to a CharacterDevice.
-Common examples of block devices
are hard drives
, optical drives (CD/DVD readers/writers), memory-card readers (for e.g. SD cards, CF cards, xD cards) and USB storage devices (USB keys
or external hard drives/optical drives).
+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).
----
See also DeviceDriver