From owner-freebsd-questions Tue Apr 2 17:03:30 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA20945 for questions-outgoing; Tue, 2 Apr 1996 17:03:30 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA20940 Tue, 2 Apr 1996 17:03:27 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id RAA17719; Tue, 2 Apr 1996 17:59:36 -0700 From: Terry Lambert Message-Id: <199604030059.RAA17719@phaeton.artisoft.com> Subject: Re: Has Anybody done a freebsd cdrom install and installed for nfs client and server? To: gpalmer@FreeBSD.org (Gary Palmer) Date: Tue, 2 Apr 1996 17:59:36 -0700 (MST) Cc: zeidaot@l1.conline.com, questions@FreeBSD.org In-Reply-To: <1208.828479809@palmer.demon.co.uk> from "Gary Palmer" at Apr 2, 96 10:16:49 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > > Has Anybody done a freebsd cdrom install and installed for nfs > > client and ser ver? I'm having a problem with the mountd daemon at > > bootup it complains it cannot find the file "/var/db/mountdtab" Does > > anybody know what this file is? Thanks :) > > Just do (as root): > > touch /var/db/mountdtab > > And the next time you boot the error will have magically > vanished. mountd uses the file to record a list of which systems have > nfs mounted which partitions. It's only a warning, as NFS & mountd are > stateless, and don't particularly care who has mounted what in the > past. The file is only really there for the admins to looks at. This should go into the rc file before mountd is started. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.