All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul Cunningham" <paulcunningham@sprintmail.com>
To: "Jean-Eric Cuendet" <jean-eric.cuendet@linkvest.com>,
	<nfs@sourceforge.net>
Subject: Re: rpc.mountd + rpc.nfsd
Date: Thu, 5 Sep 2002 08:08:50 -0400	[thread overview]
Message-ID: <024d01c254d4$ffb6b880$a985fea9@PAULSDESKTOP> (raw)
In-Reply-To: 3D77056C.6020500@linkvest.com

>> If I understand you correctly, the nfs server will be on the same
>> machine as the nfs client that accesses that server. And then the
>> <..>
>> mounts itself and then starts responding to NFS requests.
>
> I REALLY need to know how to mount myself in a directory.
> I have nfs3_prot.x implemented but not mountd at all.
> How to do that? When in my program? What to call?

Short answer:  
You do not mount yourself in a directory.  mountd is used to retrieve 
the opaque file handle of the directory you wish to mount on the client.  
Once you have the initial opaque filehandle, you may then call an nfs 
procedure (ie. LOOKUP, READ, WRITE, READDIR, etc) with the
filehandle as one of the arguments.

Better answer:
As suggested by a previous reply, get yourself a copy of "NFS Illustrated"
by Brent Callaghan.





-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

  reply	other threads:[~2002-09-05 12:08 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-02 13:12 rpc.mountd + rpc.nfsd Jean-Eric Cuendet
2002-09-03  2:30 ` Neil Brown
2002-09-03  6:56   ` Jean-Eric Cuendet
2002-09-03 10:18     ` Neil Brown
2002-09-03 10:37       ` Jean-Eric Cuendet
2002-09-03 11:21         ` Neil Brown
2002-09-03 13:45           ` Jean-Eric Cuendet
2002-09-03 14:26             ` David Dougall
2002-09-03 14:36               ` Jean-Eric Cuendet
2002-09-06  1:04             ` Neil Brown
2002-09-04 13:32           ` Jean-Eric Cuendet
2002-09-05  7:19             ` Jean-Eric Cuendet
2002-09-05 12:08               ` Paul Cunningham [this message]
2002-09-06  0:59               ` Neil Brown
2002-09-06  6:55                 ` Trond Myklebust
2002-09-03 17:01     ` Trond Myklebust
2002-09-04  6:55       ` jbe
  -- strict thread matches above, loose matches on Subject: below --
2002-09-03  5:41 Kedar Sovani
2002-09-02 12:52 Jean-Eric Cuendet

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='024d01c254d4$ffb6b880$a985fea9@PAULSDESKTOP' \
    --to=paulcunningham@sprintmail.com \
    --cc=jean-eric.cuendet@linkvest.com \
    --cc=nfs@sourceforge.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 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.