Gentoo Archives: gentoo-user

From: "c.s.prakash" <thebase0@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] NFS
Date: Wed, 08 Mar 2006 16:48:01
Message-Id: a2bb9e1f0603080842m62e5eb0bp2f858895f27370d@mail.gmail.com
In Reply to: Re: [gentoo-user] NFS by Darryl Wagoner
1 thanks
2 i can use it load the exported filesystem into a tmp file and can display it
3
4 but i need to do then in my c program.
5 is there something like system calls or library, so can directly do it in my
6 program.
7
8
9 On 3/8/06, Darryl Wagoner <darryl-prv@××××××××.net> wrote:
10 >
11 > showmount(8) is what you are looking for. You may also want to check out
12 > the automounter and/or NIS.
13 >
14 >
15 > On 3/8/06, c.s.prakash < thebase0@×××××.com> wrote:
16 > >
17 > > hello,
18 > >
19 > > i have to find the exported filesystem ie., /etc/exports from a nfs
20 > > server dynamically
21 > > from the client macline.
22 > >
23 > > then i have to mount the file system ny selecting any of the exported
24 > > folder.
25 > > i have to done all this thru c program. how can i do.
26 > >
27 > > i dont know whether this is the correct mailing list.
28 > >
29 > > --
30 > > C.S.Prakash
31 > >
32 >
33 >
34 >
35 > --
36 > Darryl Wagoner - WA1GON
37 >
38 > "Evil triumphs when good men do nothing." - Edmund Burke [1729-1797]
39 >
40
41
42
43 --
44 C.S.Prakash

Replies

Subject Author
Re: [gentoo-user] NFS Darryl Wagoner <darryl-prv@××××××××.net>