linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Fawad Lateef" <fawadlateef@gmail.com>
To: "Avishay Traeger" <atraeger@cs.sunysb.edu>
Cc: "UZAIR LAKHANI" <uzairr_bs1b@yahoo.com>, linux-fsdevel@vger.kernel.org
Subject: Re: Regarding a Simple Version of nfs & nfsd
Date: Tue, 21 Mar 2006 18:33:01 +0500	[thread overview]
Message-ID: <1e62d1370603210533m6271459h7027e394ef008e46@mail.gmail.com> (raw)
In-Reply-To: <1142946374.13939.9.camel@ool-44c32f98.dyn.optonline.net>

On 3/21/06, Avishay Traeger <atraeger@cs.sunysb.edu> wrote:
> On Tue, 2006-03-21 at 14:09 +0500, Fawad Lateef wrote:
> > I think stackable file system can be used as the server side daemon
> > with network communication support (somewhat like nfsd) which controls
> > the underlying file system (which can be any other normal fs)
>
> Well I suppose you could do that, but you would be throwing out almost
> all of the stackable file system code.  nfsd isn't really a file system
> - it gets NFS requests from the network, and translates them to file
> system requests.  No mounting, no inodes, etc.  It would be a waste of
> time to start with a stackable file system, when the only stacking you
> need to do is calling file system functions.
>

Ya, you are right. Stackable file system isn't needed but it can help
in understanding about  how stacking can be done :)

> > and as
> > far as client is concern it can act like a complete file system which
> > actually does nothing by it-self rather get data from the stackable fs
> > on the server (somewhat like nfs), so the client/user can use that
> > filesystem to mount the server filesystem. (I think Avishay this is
> > what Uzair wants to ask)
>
> If the lower-level file system doesn't do anything, then what's the
> point of stacking?  Of course, you can stack over NFS, but I think
> that's cheating :).  Sure you can stack over something like ext2, and
> send requests to the NFS server instead of ext2, but what's the point of
> having ext2 there?
>

What do you mean by lower-level file system ? The Client file system
must behave like a normal file system but it will perform fs requests
through the use of server daemon (which will act as a stack over fs
like ext2) and obviously I wasn't saying to use NFS or stack over it
rather create a complete different client file system according to
needs :)

--
Fawad Lateef

  reply	other threads:[~2006-03-21 13:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-20  4:18 Regarding a Simple Version of nfs & nfsd UZAIR LAKHANI
2006-03-20 23:10 ` Avishay Traeger
2006-03-21  9:09   ` Fawad Lateef
2006-03-21 13:06     ` Avishay Traeger
2006-03-21 13:33       ` Fawad Lateef [this message]
2006-03-21 15:09         ` Avishay Traeger
2006-03-21 15:27           ` Fawad Lateef
2006-03-21 15:40             ` Avishay Traeger
2006-03-21 15:53               ` Fawad Lateef
2006-03-24 10:37                 ` Regarding a Simple Version of nfs & nfsd (RPC ISSUES) UZAIR LAKHANI
2006-03-26  7:46                   ` Fawad Lateef

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=1e62d1370603210533m6271459h7027e394ef008e46@mail.gmail.com \
    --to=fawadlateef@gmail.com \
    --cc=atraeger@cs.sunysb.edu \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=uzairr_bs1b@yahoo.com \
    /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).