Return to BSD News archive
Newsgroups: comp.os.386bsd.questions Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!howland.reston.ans.net!math.ohio-state.edu!hobbes.physics.uiowa.edu!ljg From: ljg@space.physics.uiowa.edu (Larry Granroth) Subject: Re: Using FreeBSD as an NFS server Message-ID: <CrHupD.817@space.physics.uiowa.edu> Sender: news@space.physics.uiowa.edu Nntp-Posting-Host: ljgpc.physics.uiowa.edu Organization: The University of Iowa, Department of Physics and Astronomy X-Newsreader: TIN [version 1.2 PL2] References: <CrE462.24y@dit.upm.es> <CrEAww.F99@space.physics.uiowa.edu> <CrG4y7.1Fy@space.physics.uiowa.edu> Date: Thu, 16 Jun 1994 14:24:49 GMT Lines: 23 Larry Granroth (ljg@space.physics.uiowa.edu) wrote: : : Try anonymous ftp to oak.oakland.edu in pub/msdos/nfs/xfs171.zip Just a recap of a few tips on using NetBSD or FreeBSD as a server with the above: o Your kernel may need to be rebuilt to support NFS serving o Make sure appropriate nfsiod and nfsd processes are started o Remember to start mountd with the -n option o Export the desired directories to the pc clients, including /usr/spool/pcnfs (or whatever is configured as the print spool directory). Note that it may not be possible to directly mount subdirectories of exported directories without some patches. o Get a current copy of Sun's pcnfsd distribution (from pcnfs client distribution floppies, for example). There is a Makefile.bsd which should work after you add -lcrypt to LIBS and manually create a bsd subdirectory. Also, someone mentioned patches to enable asynch writes to the NFS server. I see how this can speed things up, but what difficulties might it also cause? Is there a reference on this somewhere? larry-granroth@uiowa.edu