Subject: Re: nfsd, filesystem exporting
To: Greg <raisplin@rcn.com>
From: None <mcmahill@mtl.mit.edu>
List: port-mac68k
Date: 02/01/2000 00:56:34
as an example, to export the /export/home0 partition of your netbsd
machine, you would do the following:

create a file, '/etc/exports' with the line

/export/home0 name_or_ip_of_your_mac

in it.  This says that your mac is allowed to mount /export/home0.

To make your changed take effect, do

kill -HUP `cat /var/run/mountd.pid`

Note that you need to have nfs_client=YES in /etc/rc.conf as well.

Hope this helps

-Dan


On Mon, 31 Jan 2000, Greg wrote:

> Hi, just got ahold of a demo of MacNFS 3.0 from Thursby Software and was
> wondering if some kind soul could walk me through the process of exporting
> something so that I can mount it on my mac with MacNFS?
> 
> Thanks in advance,
> 
> Greg 
>