summaryrefslogtreecommitdiff
path: root/hurd/libstore
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/libstore')
-rw-r--r--hurd/libstore/examples/ramdisk.mdwn7
-rw-r--r--hurd/libstore/nbd_store.mdwn15
2 files changed, 13 insertions, 9 deletions
diff --git a/hurd/libstore/examples/ramdisk.mdwn b/hurd/libstore/examples/ramdisk.mdwn
index 33d33601..92e00f5c 100644
--- a/hurd/libstore/examples/ramdisk.mdwn
+++ b/hurd/libstore/examples/ramdisk.mdwn
@@ -11,9 +11,8 @@ License|/fdl]]."]]"""]]
$ settrans --create --active ramdisk0 /hurd/storeio -T copy zero:32M
$ mkfs.ext2 -F -b 4096 ramdisk0
[...]
- $ settrans --active --orphan ramdisk0 /hurd/ext2fs.static ramdisk0
+ $ settrans --active --orphan ramdisk0 /hurd/ext2fs ramdisk0
$ df -h ramdisk0/
- df: Warning: cannot read table of mounted file systems
Filesystem Size Used Avail Use% Mounted on
- 32M 1.1M 30M 4% /media/data/home/tschwinge/ramdisk0
@@ -24,9 +23,5 @@ translator running on the `ramdisk0` node with a instance of the [[`ext2fs`
translator|translator/ext2fs]] running on the same node ([[translator
stacking|translator/stacking]]).
-It is a [[!taglink open_issue_hurd]] why this does only work with
-`ext2fs.static`, but not the dynamically linked `ext2fs` (`settrans:
-/hurd/ext2fs: Translator died`).
-
A (better) alternative would be using the [[`tmpfs`
translator|translator/tmpfs]], but that one is broken at the moment.
diff --git a/hurd/libstore/nbd_store.mdwn b/hurd/libstore/nbd_store.mdwn
index 3f161ba8..1e3d9071 100644
--- a/hurd/libstore/nbd_store.mdwn
+++ b/hurd/libstore/nbd_store.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2007, 2008, 2009, 2012 Free Software Foundation,
-Inc."]]
+[[!meta copyright="Copyright © 2007, 2008, 2009, 2012, 2015 Free Software
+Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -25,6 +25,8 @@ Perhaps the protocol was extended?
### IRC, freenode, #hurd, 2012-12-20
+[[!tag open_issue_hurd]]
+
<youpi> if somebody has time to spend, building the nbd package makes
pfinet crash
@@ -45,4 +47,11 @@ Perhaps the protocol was extended?
# Open Issues
- * [[!GNU_Savannah_task 5722]]
+## [[!GNU_Savannah_task 5722]]
+
+## Platform-specific Error Values in the Wire Protocol
+
+See, for example, the threads starting at [[!message-id
+"1431012374-14113-2-git-send-email-pbonzini@redhat.com"]], [[!message-id
+"1431078628-7856-1-git-send-email-pbonzini@redhat.com"]], [[!message-id
+"1431014292-24645-1-git-send-email-pbonzini@redhat.com"]].