9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* NFS mounts
@ 1997-05-22 17:22 beto
  0 siblings, 0 replies; 2+ messages in thread
From: beto @ 1997-05-22 17:22 UTC (permalink / raw)


In <199705221645.MAA02774@cse.psu.edu>
 ckersey@cisco.com wrote:

>  hello-
> 
>  i am in the process of setting up NFS on our plan9 fileserver.
>  i have successfully set it up so that when i mount from my
>  solaris box that i get the 'main' filesystem mounted; however,
>  i have a 'users' filesystem on the fileserver and that is the
>  filesystem i really want to mount.
> 
>  can someone please point me in the right direction for how
>  to mount a filesystem other than 'main'?
> 

the attach message sent by the nfsserver should contain
and spec arguments which your file system name.
You could hack it to have an argument for it.

void
srvinit(int fd, char *file, char *addr)
{
	char fdservice[16], *naddr;
	Session *s;
	Xfile *xp;
	Xfid *xf;
	Fid *f;
	int i;

	s = calloc(1, sizeof(Session));
	s->spec = "";  ************************




^ permalink raw reply	[flat|nested] 2+ messages in thread

* NFS mounts
@ 1997-05-22 16:51 ckersey
  0 siblings, 0 replies; 2+ messages in thread
From: ckersey @ 1997-05-22 16:51 UTC (permalink / raw)


 hello-

 i am in the process of setting up NFS on our plan9 fileserver.
 i have successfully set it up so that when i mount from my
 solaris box that i get the 'main' filesystem mounted; however,
 i have a 'users' filesystem on the fileserver and that is the
 filesystem i really want to mount.

 can someone please point me in the right direction for how
 to mount a filesystem other than 'main'?

 thanks,
 --curt





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-05-22 17:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-05-22 17:22 NFS mounts beto
  -- strict thread matches above, loose matches on Subject: below --
1997-05-22 16:51 ckersey

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).