9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Charles Forsyth <forsyth@terzarima.net>
To: 9fans@9fans.net
Subject: Re: [9fans] Newbie looking for pointers
Date: Wed, 15 Oct 2008 13:10:12 +0100	[thread overview]
Message-ID: <c3635a5bfea8cc5b8b4e6046bc0f3883@terzarima.net> (raw)
In-Reply-To: <b9800b70810150349s7c4e0affk8c2179d1eabcc730@mail.gmail.com>

>>From the docs, isn't it supposed to be unusable from the console? Or this
>is just a relic and now any system can be a file server?

that's a different, older implementation of file service, using its own kernel; it's described by fs(4).
it is still separately available and maintained, but the .iso plan 9 distribution installs
fossil and venti.  (i think venti is optional but i might be wrong.)

venti and fossil run under the normal Plan 9 cpu/terminal kernel. on a cpu server, the kernel
is multi-user (often runs processes owned by different users). on a terminal, the kernel
normally has processes and devices owned by the user name you type when you start it.
essentially the difference is one of configuration; they are built from the same source.
you can run fossil and venti under either of those.  to get the effect of the old arrangement,
you can run the file system programs on a cpu server of their own, with little else running,
and have all the other terminals and cpu servers mount the file system from that machine.
that's what i do at home and at work.  you can also run everything on one machine that's a terminal.
my notebook is set up that way, although i'll boot with root from the net when i'm at home or at work.

more possibilities, probably not useful to you: there is kfs(4), an older program that runs under
the cpu/terminal kernels serving a file system implementation similar to that of the original
specialised file server kernel, but different in a few details, with an slightly different disk format;
and now also cwfs(4) which is essentially the full original
file server as a program running under the cpu/terminal kernels, with the same disk format.

fossil, kfs and cwfs all optionally allow interaction with their `consoles' through a file in /srv.



  reply	other threads:[~2008-10-15 12:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-15  9:42 Martín Ferrari
2008-10-15 10:22 ` Steve Simon
2008-10-15 10:49   ` Martín Ferrari
2008-10-15 12:10     ` Charles Forsyth [this message]
2008-10-15 20:35       ` Pietro Gagliardi
2008-10-15 14:55     ` Steve Simon
2008-10-15 20:54       ` Martín Ferrari
2008-10-15 23:02         ` ron minnich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3635a5bfea8cc5b8b4e6046bc0f3883@terzarima.net \
    --to=forsyth@terzarima.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).