jrcichra / nbd-async

Block device driver in userspace!

Home Page:https://crates.io/crates/nbd-async

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Block device driver in userspace!

https://crates.io/crates/nbd-async

License:MIT License


Languages

Language:Rust 100.0%