A FUSE interface for accessing Network Block Devices.
coderain b77d99b1d8 Implement new-style negotiation | 5 years ago | |
---|---|---|
src | 5 years ago | |
.gitignore | 5 years ago | |
COPYING | 5 years ago | |
README.md | 5 years ago | |
premake4.lua | 5 years ago |
This program implements an NBD (Network Block Device) client in userspace that exposes the exported drive and its partitions as files in a FUSE (Filesystem in User Space) mountpoint.
This software is still in the alpha phase. It hasn't been properly tested and may crash at any point, POSSIBLY LEADING TO DATA LOSS. You have been warned.
Basic usage: fusenbd [options] mountpoint
In addition to the standard FUSE options, this program also accepts additional switches:
Here's what it can do:
Don't get too excited, this is what FuseNBD can't do yet:
Just do the following:
And that's it! That should have created a binary called "fusenbd" in the directory. If not, submit a bug report. There's no installation option for now, but you can copy the file manually.