Penguin

Differences between version 3 and predecessor to the previous major change of BlockDevice.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Saturday, January 31, 2009 12:46:52 pm by LawrenceDoliveiro Revert
Older page: version 2 Last edited on Friday, September 23, 2005 3:58:47 pm by IanMcDonald Revert
@@ -1,4 +1,8 @@
-A device to which information is written in blocks anywhere on the device. 
+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).  
+  
 ---- 
 See also DeviceDriver