buse-go

command module
v0.0.0-...-9289eee Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2017 License: MIT Imports: 6 Imported by: 0

README

Linux block device in user space in Golang

How to use it

Checkout the file driver_example.go for a simple in-memory block device.

Here is how to test, open a terminal:

go build
sudo modprobe nbd
sudo ./buse-go /dev/nbd0

And in another terminal:

mkfs.ext4 /dev/nbd0
mkdir /mnt/test
mount /dev/nbd0 /mnt/test
echo it works > /mnt/test/foo

You can check out the logs in the first terminal...

How does it work?

It uses NBD (Network Block Device) behind the scene. A NBD server and client is automatically setup on the same machine. This project has been inspired by BUSE in C.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL