oll3 / nbd-async

Block device driver in userspace!
https://crates.io/crates/nbd-async
MIT License
8 stars 7 forks source link

What

Implement block devices in userspace through the Linux NBD (Network Block Device) driver.

Requirements

The kernel must support NBD (CONFIG_BLK_DEV_NBD), either included in the kernel or by module.