diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:51:15 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-03-17 13:51:15 +0100 |
commit | 0ce6bcadd38fcdc0de664e261d7e30402165a2e8 (patch) | |
tree | 9de4367abf21a1e91258446a7844a37f0cdf20ab /hurd/translator | |
parent | da9a27f53542af3b0c32a5eea36e348a36e3fe0f (diff) | |
parent | 1b548be2ad91bc07b2a596950eab5020fc026070 (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'hurd/translator')
-rw-r--r-- | hurd/translator/tmpfs.mdwn | 5 | ||||
-rw-r--r-- | hurd/translator/tmpfs/discussion.mdwn | 2 | ||||
-rw-r--r-- | hurd/translator/wishlist.mdwn | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/hurd/translator/tmpfs.mdwn b/hurd/translator/tmpfs.mdwn index 626fad86..43216f76 100644 --- a/hurd/translator/tmpfs.mdwn +++ b/hurd/translator/tmpfs.mdwn @@ -20,5 +20,6 @@ system|ext2fs]] on it, having a real `tmpfs` is better, as it need not deal with the additional block-level indirection layer that `ext2` (or any other disk-based file system) imposes. -However, `tmpfs` is not working correctly at the moment, see the [[discussion]] -sub-pages. There is a [[!FF_project 271]][[!tag bounty]] on this task. +`tmpfs` generally works, although it requires root permissions for file content; +see the [[discussion]] sub-pages for the past and current issues. +There is a [[!FF_project 271]][[!tag bounty]] on this task. diff --git a/hurd/translator/tmpfs/discussion.mdwn b/hurd/translator/tmpfs/discussion.mdwn index 7d75edf5..01bf74ab 100644 --- a/hurd/translator/tmpfs/discussion.mdwn +++ b/hurd/translator/tmpfs/discussion.mdwn @@ -18,8 +18,6 @@ License|/fdl]]."]]"""]] * [[!GNU_Savannah_bug 26751]] - * [[!GNU_Savannah_bug 32755]] - # [[Maksym_Planeta]] diff --git a/hurd/translator/wishlist.mdwn b/hurd/translator/wishlist.mdwn index 18e46685..fe8b6798 100644 --- a/hurd/translator/wishlist.mdwn +++ b/hurd/translator/wishlist.mdwn @@ -11,7 +11,7 @@ is included in the section entitled ## Introduction -The idea behind file system translators is a powerful concept which hasn't recieved much attention in the mainstream computing world. So here is a list of interesting translators I've been able to dream up. I'm sure there are many more ideas floating around out there, so add them to the list! +The idea behind file system translators is a powerful concept which hasn't recieved much attention in the mainstream computing world. So here is a list of interesting translators people dream up. We are sure there are many more ideas floating around out there, so add them to the list! The [ferris project](http://witme.sourceforge.net/libferris.web/features.html) has some great ideas and code in the area of userspace dynamic filesystems, as has the [FUSE project](http://fuse.sourceforge.net/). |