summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hurd/libstore/nbd_store.mdwn22
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/)