diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-28 16:01:11 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-11-28 16:01:11 +0100 |
commit | 111a12ba9002c0e69fb7976880ffced769622688 (patch) | |
tree | dcf43824a0fadf863c86a2d0212c72ad52866073 /hurd | |
parent | ae1cc0d932c8bb939fa2037e6183c1ce8f550942 (diff) |
hurd/libstore/nbd_store: Link to a few NBD servers.
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/libstore/nbd_store.mdwn | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/hurd/libstore/nbd_store.mdwn b/hurd/libstore/nbd_store.mdwn index 5874b162..b27bb9df 100644 --- a/hurd/libstore/nbd_store.mdwn +++ b/hurd/libstore/nbd_store.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2009 Free Software Foundation, +[[!meta copyright="Copyright © 2007, 2008, 2009, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable @@ -10,3 +10,23 @@ is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] [[!meta title="nbd store: Linux-compatible network block device"]] + +[[!wikipedia "Network block device"]]. + + +# Servers + + +## [Network Block Device (TCP version)](http://nbd.sourceforge.net/) + +[[tschwinge]] once was testing this (years ago), and found it didn't work. +Perhaps the protocol was extended? + + +## [xNBD](https://bitbucket.org/hirofuchi/xnbd/) + + +## [jNbd](http://vanheusden.com/java/JNbd/) + + +## [BlackHole](http://vanheusden.com/java/BlackHole/) |