From: Peter Staubach <staubach@redhat.com>
To: Mohit Katiyar <katiyar.mohit@gmail.com>
Cc: linux-fsdevel@vger.kernel.org
Subject: Re: nfs mounting operation
Date: Fri, 29 Sep 2006 08:32:30 -0400 [thread overview]
Message-ID: <451D125E.7030707@redhat.com> (raw)
In-Reply-To: <46465bb30609282105i37fb03f4jcd24c9a8675f6f1@mail.gmail.com>
Mohit Katiyar wrote:
> Hi
> Thanks for the reply.
> But i am really confused about the nfs superblock and root directory
> maintainance.
> For example
> If we mount two partition as shown below
>
> mount -t nfs host1:/export/dir1 /mnt/dir1/
> mount -t nfs host2:/export/dir2 /mnt/dir2/
>
> Then will there be two nfs superbocks created one per each mount?
> If not and if there is only one nfs superblock then s_root entry of
> the nfs superbolck will point to which root directory(of the first or
> second mount).
There will be two superblocks created, one per mount, assuming that
host1 and host2 are different systems.
I would suggest studying the code at this point.
ps
prev parent reply other threads:[~2006-09-29 12:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-28 4:13 nfs mounting operation Mohit Katiyar
2006-09-28 12:44 ` Peter Staubach
2006-09-29 4:05 ` Mohit Katiyar
2006-09-29 12:32 ` Peter Staubach [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=451D125E.7030707@redhat.com \
--to=staubach@redhat.com \
--cc=katiyar.mohit@gmail.com \
--cc=linux-fsdevel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.