I have the same problem - came with the latest baselayout - same on the two systems I have access to at the moment.
BillK : rattus root # mount /dev/hde6 on / type reiserfs (rw,noatime) /dev/hde6 on / type reiserfs (rw,noatime) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev type devfs (rw) none on /dev/pts type devpts (rw) /dev/md0 on /tmp type reiserfs (rw,noatime) /dev/md1 on /var type reiserfs (rw,noatime) /dev/md2 on /home type reiserfs (rw,noatime) /dev/md3 on /usr type reiserfs (rw,noatime) tmpfs on /dev/shm type tmpfs (rw) none on /proc/bus/usb type usbfs (rw) /dev/hde5 on /boot type ext3 (rw,noatime) rattus root # cat /etc/fstab # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.7 2002/05/12 21:48:18 azarah Exp $ # /etc/fstab: static file system information. # # 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/pass> # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. /dev/hde5 /boot ext3 noauto,noatime 0 0 /dev/hde6 / reiserfs noatime 0 0 /dev/md0 /tmp reiserfs noatime 0 0 /dev/md1 /var reiserfs noatime 0 0 /dev/md2 /home reiserfs noatime 0 0 /dev/md3 /usr reiserfs noatime 0 0 /dev/hde1 none swap sw,pri=2 0 0 /dev/hdg1 none swap sw,pri=2 0 0 /dev/hdg5 /mnt/hdg5 reiserfs noatime,noauto 0 0 /dev/cdroms/cdrom0 /mnt/cdrom iso9660 users,noauto,ro 0 0 /dev/fd0 /mnt/floppy vfat users,noauto 0 0 /dev/sda1 /mnt/cam vfat defaults,rw,user,noauto 0 0 proc /proc proc defaults 0 0 #mfs /mfs mfs dfsa=1,noauto 0 0 # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for # POSIX shared memory (shm_open, shm_unlink). Adding the following # line to /etc/fstab should take care of this: # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will use almost no # memory if not populated with files) tmpfs /dev/shm tmpfs defaults 0 0 rattus root # On Fri, 2004-02-20 at 21:05, Redeeman wrote: > can we see your fstab? this seems pretty odd > > > > When I run the mount command this is what I get: > > > > /dev/hda4 on / type ext3 (rw,noatime) -- [EMAIL PROTECTED] mailing list
