Device Drivers, Part 15: Disk on RAM — Playing with Block Drivers

This article, which is part of the series on Linux device drivers, experiments with a dummy hard disk on RAM to demonstrate how block drivers work. After a delicious lunch, theory makes the audience sleepy. So, let’s start with the code itself. Disk On RAM source code Let’s us create a directory called DiskOnRAM which … Continue reading Device Drivers, Part 15: Disk on RAM — Playing with Block Drivers