Chapter 16
Drivers for Block Devices
This chapter describes the structure of block device drivers. The kernel views a
block device as a set of randomly accessible logical blocks. The file system
uses a list of buf(9S) structures to buffer the data blocks between a
block device and the user space. Only block devices can support a file
system.
This chapter provides information on the following subjects: