From owner-freebsd-hackers Wed Sep 13 07:01:18 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA24273 for hackers-outgoing; Wed, 13 Sep 1995 07:01:18 -0700 Received: from asstdc.scgt.oz.au (root@asstdc.scgt.oz.au [202.14.234.65]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA24255 for ; Wed, 13 Sep 1995 07:01:11 -0700 Received: (from imb@localhost) by asstdc.scgt.oz.au (8.6.12/BSD4.4) id AAA12753; Thu, 14 Sep 1995 00:00:42 +1000 From: michael butler Message-Id: <199509131400.AAA12753@asstdc.scgt.oz.au> Subject: Re: pcnfsd To: tootill@telebase.com (Ed Tootill) Date: Thu, 14 Sep 1995 00:00:42 +1000 (EST) Cc: freebsd-hackers@freebsd.org In-Reply-To: <199509131351.JAA15660@telebase.com.> from "Ed Tootill" at Sep 13, 95 09:51:44 am X-Mailer: ELM [version 2.4 PL24beta] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 356 Sender: hackers-owner@freebsd.org Precedence: bulk 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