From owner-freebsd-current Mon Oct 27 13:00:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA25974 for current-outgoing; Mon, 27 Oct 1997 13:00:05 -0800 (PST) (envelope-from owner-freebsd-current) Received: from pobox1.oit.umass.edu (mailhub.oit.umass.edu [128.119.166.151]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA25877 for ; Mon, 27 Oct 1997 12:59:56 -0800 (PST) (envelope-from gpavelcak@philos.umass.edu) Received: from lessing.oit.umass.edu by pobox1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0EIQ00CFYA6ZQZ@pobox1.oit.umass.edu> for freebsd-current@freebsd.org; Mon, 27 Oct 1997 15:56:59 -0500 (EST) Received: (from gp@localhost) by lessing.oit.umass.edu (8.8.3/8.8.6) id PAA28510; Mon, 27 Oct 1997 15:56:57 -0500 (EST) Date: Mon, 27 Oct 1997 15:56:57 -0500 (EST) From: Gregory Pavelcak Subject: Re: After make world: "file system mount failed" In-reply-to: To: dwhite@resnet.uoregon.edu Cc: freebsd-current@freebsd.org Message-id: <199710272056.PAA28510@lessing.oit.umass.edu> MIME-version: 1.0 X-Mailer: ELM [version 2.4 PL25] Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7bit Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > On Mon, 27 Oct 1997, Greg Pavelcak wrote: > > > mount: exec mount_ not found in /sbin, /usr/sbin: No such file or > > directory > > Filesystem mount failed, startup aborted > > This implies that an entry in /etc/fstab neglected to specify an FS type. > # cat /etc/fstab /dev/wd0s1b none swap sw 0 0 /dev/wd0a / ufs rw 1 1 /dev/wd0s1f /usr ufs rw 1 1 /dev/wd0s1e /var ufs rw 1 1 proc /proc procfs rw 0 0 > > # mount -u / > > mount: exec mount_ not found in /sbin, /usr/sbin: No such file or > > directory > > > > # mount -a -t ufs > > mount: ufs filesystem is not available (this 3 times) > > > > Does the stuff in "share" have anything to do with this problem. SInce > > the build quit there the first time, I did "make -DNOSHARE world" but > > forgot to go into /usr/src/share and try to make that stuff. > > No, the necessary binaries (mount_*) are in /sbin, which should be built > normally. Do they actually exist? > > This is what I have: > > gdi,ttyp1,/sbin,17>ls -l mount_* > -r-xr-xr-x 1 bin bin 49152 Oct 20 09:35 mount_cd9660* > -r-xr-xr-x 5 bin bin 49152 Oct 20 09:35 mount_devfs* > -r-xr-xr-x 1 bin bin 49152 Oct 20 09:35 mount_ext2fs* > -r-xr-xr-x 5 bin bin 49152 Oct 20 09:35 mount_fdesc* > -r-xr-xr-x 5 bin bin 49152 Oct 20 09:35 mount_kernfs* > -r-xr-xr-x 1 bin bin 49152 Oct 20 09:35 mount_lfs* > -r-xr-xr-x 2 bin bin 122880 Oct 20 09:35 mount_mfs* > -r-sr-xr-x 1 root bin 139264 Oct 20 09:35 mount_msdos* > -r-xr-xr-x 1 bin bin 122880 Oct 20 09:35 mount_nfs* > -r-xr-xr-x 1 bin bin 53248 Oct 20 09:35 mount_null* > -r-xr-xr-x 1 bin bin 204800 Oct 20 09:35 mount_portal* > -r-xr-xr-x 5 bin bin 49152 Oct 20 09:35 mount_procfs* > -r-xr-xr-x 5 bin bin 49152 Oct 20 09:35 mount_std* > -r-xr-xr-x 1 bin bin 61440 Oct 20 09:35 mount_umap* > -r-xr-xr-x 1 bin bin 53248 Oct 20 09:35 mount_union* Same here. Well some different sizes, but they're all present. > > If you are following -current you should be subscribed to, and ask > questions in, the freebsd-current mailing list. I am. OK. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > Thanks. Greg