At the beginning of my first boot after installing
gentoo (stage 1 install) there is an error message
that states that I need to specify the filesystem type
and that some filesystems are not being mounted.
(There are subsequent errors but they are probably
related to not having /var mounted ...)
/ mounts, but none of the other hard-disk based
partitions mount. Even /boot doesn't mount and that
is where the kernel resides, and it obviously loads.
After booting mounting by hand works. Below are the
contents of /proc/filesystems and /etc/fstab.
reiserfs and ext2 file systems are compiled into my
kernel, NOT as modules.
Any suggestions on getting these partitions to mount
at boot time would be appreciated.
Thanks
Richard
/proc/filesystems
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev tmpfs
nodev shm
nodev pipefs
ext3
ext2
nodev ramfs
nodev devfs
reiserfs
nodev usbdevfs
nodev usbfs
/etc/fstab:
# /etc/fstab: static file system information.
# $Header:
/home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13
2003/07/17 19:55:18 azarah Exp $
#
# noatime turns off atimes for increased performance
(atimes normally aren't
# needed; notail increases performance of ReiserFS (at
the expense of storage
# efficiency). It's safe to drop the noatime options
if you want and to
# switch between notail and tail freely.
# <fs> <mountpoint> <type>
<opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the
notail option to opts.
/dev/sdc1 /boot ext2
noauto,noatime,ro 0 2
/dev/sdc7 / reiserfs
noauto,noatime 0 1
/dev/sdc6 /var reiserfs
noauto,noatime,notail 0 2
/dev/sdc5 /tmp reiserfs
noauto,noatime,notail 0 2
/dev/sda2 none swap
sw 0 0
/dev/sdc2 none swap
sw 0 0
/dev/scd0 /mnt/cdrom auto
noauto,user,ro 0 0
/dev/scd1 /mnt/cdrom1 auto
noauto 0 0
/dev/scd2 /mnt/cdrom2 auto
noautor 0 0
# /dev/cdroms/cdrom0 /mnt/cdrom iso9660
noauto,ro 0 0
# for usbfs
none /proc/bus/usb usbfs
defaults 0 0
# NOTE: The next line is critical for boot!
none /proc proc
defaults 0 0
# glibc 2.2 and above expects tmpfs to be mounted at
/dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable
ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take
care of this:
none /dev/shm tmpfs
defaults 0 0
ps: yes all of my gentoo partitions are on my third
scsi disk
--
[EMAIL PROTECTED] mailing list