summaryrefslogtreecommitdiff
path: root/hurd/libstore
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-03 01:46:23 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-04-03 01:46:23 +0200
commit081588619324e4ade508ce6d093170987fdfd63d (patch)
tree24b4668178c4890862c98ead675def32f55649ed /hurd/libstore
parentb5599314b37815f3d7b6c224f26c5dcccc1a5b82 (diff)
parent37069cd2cbd30501aa8114993e4f9a6ce78bdd78 (diff)
Merge branch 'master' of braunbox:~hurd-web/hurd-web
Diffstat (limited to 'hurd/libstore')
-rw-r--r--hurd/libstore/examples/ramdisk.mdwn7
1 files changed, 1 insertions, 6 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.