From e24383e3abd796725d5c0532fb9e7723562cc275 Mon Sep 17 00:00:00 2001 From: teythoon Date: Thu, 27 Mar 2014 14:00:26 +0100 Subject: that works just fine now --- hurd/libstore/examples/ramdisk.mdwn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hurd/libstore/examples/ramdisk.mdwn b/hurd/libstore/examples/ramdisk.mdwn index 33d33601..80ab2f31 100644 --- a/hurd/libstore/examples/ramdisk.mdwn +++ b/hurd/libstore/examples/ramdisk.mdwn @@ -24,9 +24,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. -- cgit v1.2.3 From 562c8dcbacdb835a67f2a9edbdfa48d6387d74d3 Mon Sep 17 00:00:00 2001 From: teythoon Date: Thu, 27 Mar 2014 14:04:37 +0100 Subject: update the screenshot, its much nicer nowadays :) --- hurd/libstore/examples/ramdisk.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hurd/libstore/examples/ramdisk.mdwn b/hurd/libstore/examples/ramdisk.mdwn index 80ab2f31..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 -- cgit v1.2.3 From 0b37a5157a1e3a30165b5a1ac89459f07b173dc0 Mon Sep 17 00:00:00 2001 From: teythoon Date: Thu, 27 Mar 2014 15:49:58 +0100 Subject: add libfuse to the small hacks list --- contributing.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/contributing.mdwn b/contributing.mdwn index e6cd7192..958919a8 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -103,6 +103,7 @@ basic port could be small. Look at `[glibc]/hurd/lookup-retry.c` for how [`FS_RETRY_MAGICAL` lookups|hurd/interface/dir_lookup]] work. * Add a tool to trace system calls, by using gnumach's Syscall-Emulation, see +* Improve our [[FUSE library|hurd/libfuse]]. ## Porting Packages -- cgit v1.2.3 From ccee3fbb368014d5d32b313be69c91ab42959130 Mon Sep 17 00:00:00 2001 From: teythoon Date: Thu, 27 Mar 2014 15:50:55 +0100 Subject: fix link --- contributing.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.mdwn b/contributing.mdwn index 958919a8..7451c49b 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -100,7 +100,7 @@ basic port could be small. * Move the [[mount/umount|open_issues/glibc#mount]] logic from `utils/{,u}mount.c` into [[glibc]]. * Fix [[`/proc/self`|hurd/translator/procfs/jkoenig/discussion#self]]. -Look at `[glibc]/hurd/lookup-retry.c` for how [`FS_RETRY_MAGICAL` +Look at `[glibc]/hurd/lookup-retry.c` for how [[`FS_RETRY_MAGICAL` lookups|hurd/interface/dir_lookup]] work. * Add a tool to trace system calls, by using gnumach's Syscall-Emulation, see * Improve our [[FUSE library|hurd/libfuse]]. -- cgit v1.2.3 From 37069cd2cbd30501aa8114993e4f9a6ce78bdd78 Mon Sep 17 00:00:00 2001 From: teythoon Date: Sun, 30 Mar 2014 15:42:49 +0200 Subject: Remove broken link --- hurd.mdwn | 1 - 1 file changed, 1 deletion(-) diff --git a/hurd.mdwn b/hurd.mdwn index 46d96c0a..35adc91a 100644 --- a/hurd.mdwn +++ b/hurd.mdwn @@ -105,6 +105,5 @@ in the *unstable* branch of the Debian archive. * [[IO_Path]] * [[Porting]] * [[Debugging]] -* [Hurd Sourcecode Reference](http://www.htu.tugraz.at/~past/hurd/global/): Searchable and browsable index of the code. * [[Networking]] * [[Console]] -- cgit v1.2.3