Penguin

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

Other diffs: Previous Revision, Previous Author, 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 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 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