Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Sep 1995 00:00:42 +1000 (EST)
From:      michael butler <imb@scgt.oz.au>
To:        tootill@telebase.com (Ed Tootill)
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: pcnfsd
Message-ID:  <199509131400.AAA12753@asstdc.scgt.oz.au>
In-Reply-To: <199509131351.JAA15660@telebase.com.> from "Ed Tootill" at Sep 13, 95 09:51:44 am

next in thread | previous in thread | raw e-mail | index | archive | help
Ed Tootill writes:

> I'm having problems with pcnfs mounting a partition from a FreeBSD
> machine.  

Try modifying /etc/rc such that mountd is run as follows ...

if [ "X${nfs_server}" = X"YES" -a -r /etc/exports ]; then
	echo -n ' mountd';		mountd -n
	echo -n ' nfsd';		nfsd -u -t 4
fi

 .. the "-n" is necessary for PC-based NFS to function,

	michael



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509131400.AAA12753>