acozzette / BUSE

A block device in user space for Linux
GNU General Public License v2.0
240 stars 47 forks source link

Unable to set BUSE to operate over ethernet #33

Open TheSSDGuy opened 5 years ago

TheSSDGuy commented 5 years ago

Hello,

I would like to use BUSE over ethernet like in a standard nbd protocol. It seems that it can run only in local setting a pair of local connected sockets. Is it possible to decouple the server from the client so that the server with the BUSE-ready driver resides on one machine and a remote client can connect to the remote device? Thanks