9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Lluís Batlle" <viriketo@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: [9fans] Two ramfs?
Date: Mon,  4 Feb 2008 17:02:49 +0100	[thread overview]
Message-ID: <45219fb00802040802i733d99advb98093acbe5f7ef@mail.gmail.com> (raw)

Hello,

I'd like to write a small simple fileserver, and I've been advised
everywhere to look at ramfs.c.

I saw the src/cmd/ramfs.c, and I think I should be able to write mine
simpler... For example, I'd like to take advantage of the File/Tree
interface (createfile(), ...), having all the files of the fs in
memory.

I found also src/lib9p/ramfs.c, which looks pretty much as what I
want, but this doesn't tollerate remounting well at all (I guess).

I tried it with some modifications (to get it compiled) in plan9port
over linux (./ramfs -D -s test)  and two "9p ls test" in a row makes
the server die.

Where can I see an example of a working fileserver which uses File,
Tree, and the related functions?

Thank you,
Lluís.

             reply	other threads:[~2008-02-04 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-04 16:02 Lluís Batlle [this message]
2008-02-04 20:34 ` Russ Cox
2008-02-04 21:38   ` Lluís Batlle
2008-02-06 22:22   ` Lluís Batlle
2008-02-07  1:43     ` sqweek
2008-02-07  8:41       ` Lluís Batlle

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=45219fb00802040802i733d99advb98093acbe5f7ef@mail.gmail.com \
    --to=viriketo@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).