Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 212 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 212 Bytes

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.