Date: Mon, 27 Oct 1997 15:56:57 -0500 (EST) From: Gregory Pavelcak <gpavelcak@philos.umass.edu> To: dwhite@resnet.uoregon.edu Cc: freebsd-current@freebsd.org Subject: Re: After make world: "file system mount failed" Message-ID: <199710272056.PAA28510@lessing.oit.umass.edu> In-Reply-To: <Pine.BSF.3.96.971027121523.13229D-100000@gdi.uoregon.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710272056.PAA28510>