美文网首页
[file system]block device vs cha

[file system]block device vs cha

作者: 酒桶九筒 | 来源:发表于2017-11-23 12:51 被阅读0次

A block device is one in which the data that moves to and from it occurs in blocks (such as disk sectors) and supports attributes such as buffering and random access behavior (is not required to read blocks sequentially, but can access any block at any time). Block devices include hard drives, CD-ROMs, and RAM disks. This is in contrast to character devices, which differ in that they do not have a physically-addressable media. Character devices include serial ports and tape devices, in which data is streamed character by character.

相关文章

网友评论

      本文标题:[file system]block device vs cha

      本文链接:https://www.haomeiwen.com/subject/qoxamxtx.html