Larry

    They are set, but Pat here may have hit on something.
1.  I have 2 /  (roots)   1 @ /dev/root which is loading and 1 @ / for /dev/hda3
2  I seem to be booting into /boot @ /mnt/.init.d not /boot on /dev/hda1

/etc/mtab:
/dev/root / reiserfs rw 0 0
proc /proc proc rw 0 0
tmpfs /mnt/.init.d tmpfs rw 0 0
/dev/hda1 /boot ext3 rw,noexec,nosuid,nodev,noatime 0 0
/dev/hda5 /home reiserfs rw 0 0
/dev/hda6 /swdev reiserfs rw 0 0
/dev/hda7 /opt reiserfs rw 0 0
/dev/hda8 /archives reiserfs rw 0 0
/dev/hda9 /test reiserfs rw 0 0
none /dev/shm tmpfs rw 0 0
/dev/hda10 /public reiserfs rw,nosuid,nodev 0 0

/etc/fstab                                              

[EMAIL PROTECTED] rick # more /etc/fstab
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.12 2003/03/11 02:50
:53 azarah Exp $
#
# noatime turns of 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/pa
ss>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1       /boot           ext3            user,noatime            0  2
/dev/hda2       none            swap            sw                      0 0
/dev/hda3       /               reiserfs        defaults                1 1
/dev/hda5       /home           reiserfs        defaults                1 1
/dev/hda6       /swdev          reiserfs        defaults                1 1
/dev/hda7       /opt            reiserfs        defaults                1 1
/dev/hda8       /archives       reiserfs        defaults                1 1
/dev/hda9       /test           reiserfs        defaults                1 1
/dev/hdc        /mnt/cdrom      iso9660         noauto,ro               0 0

# NOTE: The next line is critical for boot!
proc            /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

/dev/hda10  /public  reiserfs  user,exec  1 1



-- 
Rick Sivernell
Dallas, Texas  75287
972 306-2296
[EMAIL PROTECTED]
Gentoo Linux 
Registered Linux User

   .~.
  / v \
 /( _ )\
   ^ ^
In Linux we trust!

--
[EMAIL PROTECTED] mailing list

Reply via email to