9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "roger peppe" <rogpeppe@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] Easiest way to make a filesystem
Date: Tue, 15 Jan 2008 12:22:33 +0000	[thread overview]
Message-ID: <df49a7370801150422w42a725cwd708ab325396f416@mail.gmail.com> (raw)
In-Reply-To: <1200346141.4308.710.camel@work.sfbay.sun.com>

On Jan 14, 2008 9:29 PM, Roman Shaposhnik <rvs@sun.com> wrote:
>   I've been thinking about the same thing for quite some time now (and
> don't you suspect that I have any real suggestions here, more like a
> bunch of pet peeves). I guess my personal feeling of cognitive
> dissonance comes from the fact that I can do pretty much anything in
> Plan9 in a more or less simple shell script, but I can't easily "share"
> the service of the shell scripts via namespace abstraction.

in fact, in inferno at least, one can do a reasonable amount
with sh-file2chan(1), memfs(1), bind(1) and export(1). it's good for
putting things together on an ad hoc basis, at any rate.

for a plan 9 example, pipefile(1) is a tiny program that is constructed
similarly - the bugs section says it "should be rewritten to be a
user-level file system".
the problem is that if that was done, it would be probably three times the size.
there's such a step change from the small (but useful) things that can
be thrown together out of existing parts to writing a full-blown file server.

it's probably a pipe dream, but every time i launch into the
grunge work involved in writing a proper file server, i find myself
wishing there was something
a little more straightforward.


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

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-14  9:11 Tom Lieber
2008-01-14  9:20 ` Christopher Nielsen
2008-01-14 13:42 ` Eric Van Hensbergen
2008-01-14 20:10   ` roger peppe
2008-01-14 20:30     ` Tom Lieber
2008-01-14 20:40     ` hiro
2008-01-14 21:00     ` Gary Wright
2008-01-14 21:10       ` roger peppe
2008-01-14 21:23         ` Gary Wright
2008-01-14 21:29     ` Roman Shaposhnik
2008-01-15 12:22       ` roger peppe [this message]

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=df49a7370801150422w42a725cwd708ab325396f416@mail.gmail.com \
    --to=rogpeppe@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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).