summaryrefslogtreecommitdiff
path: root/faq/+still_useful.mdwn
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-17 13:44:52 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-03-17 13:44:52 +0100
commitc60c722ef7ca212431f0f914aa5925d10e7c323e (patch)
tree9a9da71196107ee7e5188f1e2cb327123517166c /faq/+still_useful.mdwn
parentb43ea6ca9b24067ee5d4775383a09c46233119df (diff)
merge back old-stuff into plain pages. Reorder items
Diffstat (limited to 'faq/+still_useful.mdwn')
-rw-r--r--faq/+still_useful.mdwn49
1 files changed, 49 insertions, 0 deletions
diff --git a/faq/+still_useful.mdwn b/faq/+still_useful.mdwn
new file mode 100644
index 00000000..919eb9d4
--- /dev/null
+++ b/faq/+still_useful.mdwn
@@ -0,0 +1,49 @@
+[[!meta copyright="Copyright © 2009 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
+document under the terms of the GNU Free Documentation License, Version 1.2 or
+any later version published by the Free Software Foundation; with no Invariant
+Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
+is included in the section entitled [[GNU Free Documentation
+License|/fdl]]."]]"""]]
+
+[[!meta title="Why is the Hurd useful?"]]
+
+What are the advantages with the Hurd over Linux? (In general of course, nothing
+in depth)
+
+> Flexibility for the user:
+>
+> transparent ftp
+>
+> $ cd /ftp://ftp.debian.org/debian
+> $ ls
+>
+> personnal filesystem
+>
+> $ dd < /dev/zero > myspace.img bs=1M count=1024
+> $ mke2fs myspace.img
+> $ settrans myspace /hurd/ext2fs myspace.img
+> $ cd myspace
+
+>> Just curious, but I keep seeing these (and other similar) concepts being
+>> brought up as the amazing selling points of the Hurd, but all of this is
+>> entirely doable now in Linux with FUSE or things like it.
+
+>>> Nowadays, at LAST, yes, partly.
+>>> And only on machines where fuse is enabled. Is it enabled on the servers you have an account on?
+
+>> I'm not sure if an ftp filesystem has been implemented for FUSE yet, but its
+>> definately doable; and loopback filesystems like in your second example have
+>> been supported for years.
+
+>>> As a normal user? And establish a tap interface connected through ppp over
+>>> ssh or whatever you could want to imagine?
+
+>> What, then, are the major selling points or benefits?
+
+>>> These were just examples, Linux is trying to catch up in ugly ways indeed
+>>> (yes, have a look at the details of fuse, it's deemed to be inefficient).
+>>> In the Hurd, it's that way from the _ground_ and there is no limitation
+>>> like having to be root or ask for root to add magic lines, etc.