5.2 & NFS

Matthew Seaman m.seaman at infracaninophile.co.uk
Fri Jan 16 09:04:56 PST 2004


On Fri, Jan 16, 2004 at 10:40:24AM -0500, fbsd_user wrote:
> During the sysinstall of 5.2,  I selected not to install NFS server
> and client,
> But when I do 'ps ax' command I see following
> 
> nfsiod 0, nfsiod 1, nfsiod 2, nfsiod 3
> 
> What are these?

Well, according to nfsiod(8) they're instances of a 'local NFS
asynchronous I/O server'.  Seems that you've actually managed to turn
on NFS client support -- the default is for it not to be enabled.
Note that if you're using amd(8) to automount removable media, it
actually operates through NFS.

You might also check for instances of mountd(8), nfsd(8) and
rpcbind(8) -- all of which are involved with providing NFS service.
(You might need rpcbind(8) for things other than NFS, but you
shouldn't run it unless you actually do need it.)

Check the following variable settings in /etc/rc.conf -- I've shown the
default settings:

    rpcbind_enable="NO"
    nfs_client_enable="NO"
    nfs_server_enable="NO"
    amd_enable="NO"

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040116/1d2b5e43/attachment.bin


More information about the freebsd-questions mailing list