From owner-freebsd-questions Wed Nov 22 14:31:24 2000 Delivered-To: freebsd-questions@freebsd.org Received: from sigbus.com (sigbus.com [207.211.10.110]) by hub.freebsd.org (Postfix) with ESMTP id 6FCDA37B4C5 for ; Wed, 22 Nov 2000 14:31:21 -0800 (PST) Received: (from henrich@localhost) by sigbus.com (8.9.3/8.9.3) id OAA42213 for questions@freebsd.org; Wed, 22 Nov 2000 14:31:21 -0800 (PST) (envelope-from henrich) Date: Wed, 22 Nov 2000 14:31:21 -0800 From: Charles Henrich To: questions@freebsd.org Subject: NFS mounts in /etc/fstab fail to mount at boot Message-ID: <20001122143120.D41942@sigbus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i X-Operating-System: FreeBSD 3.3-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've run into this once before and it has me baffled. When I boot my machine the nfs mounts in /etc/fstab: # Device Mountpoint FStype Options Dump Pass# /dev/da0s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1e /tmp ufs rw 2 2 /dev/acd0c /cdrom cd9660 ro,noauto 0 0 proc /proc procfs rw 0 0 netapp1-e5:/home /MFX nfs rw,bg,soft,-3 0 0 netapp1-e6:/vol/slash/home /home nfs rw,bg,soft,-3 0 0 fail to mount automatically. The output of mount -d -a -t nfs when run by /etc/rc is empty. However if I log into the machine and do the mount -d -a -t nfs command it shows the correct thing, i.e.: exec: mount_nfs -o bg -o soft -3 netapp1-e5:/home /MFX exec: mount_nfs -o bg -o soft -3 netapp1-e6:/vol/slash/home /home At the same time some of the scripts in /usr/local/etc/rc.d do not run at boot time (specifially the samba.sh script that is installed by the port). I can run it by hand it works properly, but it just doesnt trigger at boot. Does anyone have any ideas here? Thanks much! -Crh Charles Henrich Manex Visual Effects henrich@sigbus.com http://www.sigbus.com/~henrich To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message