From owner-freebsd-current@FreeBSD.ORG Thu Jun 19 14:40:21 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6119137B401 for ; Thu, 19 Jun 2003 14:40:21 -0700 (PDT) Received: from baa.ssars.net (baa.ssars.net [216.112.90.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8702243F93 for ; Thu, 19 Jun 2003 14:40:18 -0700 (PDT) (envelope-from jle@baa.ssars.net) Received: from baa.ssars.net (jle@localhost [127.0.0.1]) by baa.ssars.net (8.12.9/8.12.9) with ESMTP id h5JLeFkK003706 for ; Thu, 19 Jun 2003 14:40:15 -0700 (PDT) (envelope-from jle@baa.ssars.net) Received: from localhost (jle@localhost) by baa.ssars.net (8.12.9/8.12.9/Submit) with ESMTP id h5JLeEsM003703 for ; Thu, 19 Jun 2003 14:40:15 -0700 (PDT) Date: Thu, 19 Jun 2003 14:40:14 -0700 (PDT) From: jle To: freebsd-current@freebsd.org Message-ID: <20030619143154.E3677@baa.ssars.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: NFS weirdness... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2003 21:40:21 -0000 > As a diagnostic step: > Boot up the system, and then try to manually mount the filesystem with > the command 'mount /usr/src'. If this works ... it pretty much confirms > that your /etc/fstab syntax is correct. If it doesn't work, focus on > /etc/fstab as the problem. > > HTH. > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.com > Thanks Bill, but as I said mounting it manually works fine so I doubt it's fstab. >>> >>>mount NFSD:/home2 /home >>> So that also pretty much clears NFSD too /etc/exports works as evidenced in showmounts -e and that I can manually mount it from HTTPD. I also serve homes via Samba on NFSD, that wouldn't interfere with NFS, would it? Again, since it's buried, here are my exports and fstab. on NFSD: /home2 -maproot=0 -alldirs httpd on HTTPD: NFSD:/home2 /home nfs rw,bg 0 0 Since it mounts manually but not automatically on reboot, I'm still stuck. TIA