NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
462 stars 120 forks source link

support windows client or server version #147

Closed NauhWuun closed 1 year ago

NauhWuun commented 1 year ago

i hope the software support ms system.

yoe commented 1 year ago

The server can be made to run on Windows; you can run it with something like WSL or cygwin.

The client can't; it requires in-kernel APIs that just aren't available on Windows. However, there is an implementation of NBD for Windows over at the ceph project