A FUSE mounter for network block device.
``` $ fusenbd data '127.0.0.1:10809' sda1 -r -- -o autounmount,defaultpermissions,allow_other,ro& [1] 14013
$ mkdir -p m
$ ntfs-3g -o ro ./data m
$ ls m Boot bootmgr BOOTSECT.BAK System Volume Information
$ fusermount -u m
$ fusermount -u data [1]+ Done fusenbd ```
``` fusenbd 0.1.0 Vitaly _Vi Shukela vi0oss@gmail.com FUSE-based network block device client that exposes NBD export as a plain file
USAGE:
fusenbd [FLAGS]
FLAGS: -h, --help Prints help information -r, --read-only Mount read-only -V, --version Prints version information
ARGS:
Example: fusenbd nbd.dat 127.0.0.1:10809
fusenbd -r sda1 127.0.0.1:10809 sda1 -- -o allow_empty,ro,fsname=qwerty,auto_unmount
```
For Linux x86_64, you can try a pre-built version. Otherwise,
apt-get install libfuse-dev
)cargo install fusenbd
.fusenbd
right away or find it somewhere and copy to $PATH
.