Categorygithub.com/akmistry/go-nbd
repositorypackage
0.0.0-20240123100654-96f47ebf0866
Repository: https://github.com/akmistry/go-nbd.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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.