Subject: Re amd config
To: None <current-users@NetBSD.ORG>
From: CHAN Yiu Wah <clarence@cs.cuhk.hk>
List: current-users
Date: 04/12/1996 22:37:30
> From: John M Vinopal <banshee@gabriella.resort.com>
> 
> your map file is weird
> 
> try something more like
> 
> /defaults type:=nfs;opts:=rw,soft,intr,grpid
> 
> www     \
>         host==www;type:=link;fs:=/usr/people2 || \
>         host!=www;rhost:=www;rfs:=/usr/people2

I had tried it out with no success.  When I tried the following after
amd run.

 1. df, I got 
     amd[268]  0 0 100 nfs

 2. ls the mount file system, it is empty.

 3. mount
    amd[26] on /usr/stf type nfs

But I can mount -t nfs server:/dir /local_dir.  The server is a sun
machine runing nis server (ypserv).

any idea ?

cheers,

clarence
clarence@cs.cuhk.hk

P.S. I also tried to read the 4.4bsd amd manual which it doesn't help
much..