Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 285 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 285 Bytes

A Linux Network Block Device (NBD) client library for Go.

This library allows you to create custom block devices for Linux using the NBD driver. A sample block device that uses a raw file, similar to the loopback device, is included.

This library is NOT intended for production use.