Question: Implement a floppy disk driver that works as a character, rather than a block device, to bypass the file systems block cache. In this way,
Implement a floppy disk driver that works as a character, rather than a block device, to bypass the file system’s block cache. In this way, users can read large chunks of data from the disk, which are DMA’ed directly to user space, greatly improving performance. This driver would primarily be of interest to programs that need to read the raw bits on the disk, without regard to the file system. File system checkers fall into this category.
Step by Step Solution
3.39 Rating (155 Votes )
There are 3 Steps involved in it
Implementing a floppy disk driver as a character device rather than a block device allows direct access to the raw data on the disk This can be benefi... View full answer
Get step-by-step solutions from verified subject matter experts
