NFS File identity resolution?

Mayank Prakash prakash at aiag.enet.dec.com
Fri Mar 15 00:34:56 AEST 1991


--

Given a set of NFS servers and clients on the same network, and two
processes A and B on possibly different nodes, which can communicate
using sockets. How can the two processes determine if a file referred to
as "/a/b/c/file" by process A is really the file referred to as "/A/B/file"
by the process B? In other words, on the node of the process A, "/a/c/b"
could be mounted on X:/server/dir, and on the node of process B, "/A/B"
could be mounted on X:/server/dir. It is therefore not enough to compare
the directory parts alone. One must be able to determine which server
the file is coming from. [Essentially what the define command does, but
I want to do it from C].

Thanks.

  -mayank.

+--------------------------------------------------------------------------+
| InterNet: Prakash at AIAG.ENET.DEC.COM                                      |
| UUCP:     ...!decwrl!aiag.enet.dec.com!Prakash                           |
| VoiceNet: (508)490.8139                                                  |
| BitNet:   prakash%aiag.enet at decwrl.dec.com                            |
| SnailNet: DEC, 290 Donald Lynch Blvd. DLB5-2/B4, Marlboro, MA 01752-0749 |
+--------------------------------------------------------------------------+

Disclaimer: The above is probably only line noise, and does not reflect the 
            opinions of anybody, including mine, far less my employer's.



More information about the Comp.unix.shell mailing list