The fsread library provides simple read-only access to Linux ext2fs, BSD FFS, and MINIX filesystems and is useful for small programs, such as boot loaders, that need to read files from the local disk but don't have the space for or need the features of the larger OSKit filesystem libraries.
Typically this library is used with the disk partitioning library (Section 21) and one of the driver libraries.