-- Richard Fish <[EMAIL PROTECTED]> wrote:
> > CONFIG_REISERFS_CHECK=y > CONFIG_REISERFS_PROC_INFO=y > > The above are normally disabled, so I would try > taking them out and > see if you have better luck. No help Richard. No change. > > Other than that, double (and triple) check that it > really is a > reiserfs filesystem, because it should be working. It's reiser for sure. I gave mount the -v flag. I ran reiserfsck on the partition and the log it wrote is empty. So if it _is_ reiser then it must have no errors, right? Could it be /etc/fstab? # /etc/fstab: static file system information. # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 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/sda2 /boot ext2 defaults,noatime 1 2 /dev/sda6 / reiserfs noatime 0 1 /dev/sda5 none swap sw 0 0 /dev/hdc /cdrom auto noauto,user 0 0 /dev/hdd /cdrom1 auto noauto,user 0 0 /dev/fd0 /floppy auto noauto,user 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 > > -Richard > > -- > gentoo-user@gentoo.org mailing list > > __________________________________ Start your day with Yahoo! - Make it your home page! http://www.yahoo.com/r/hs -- gentoo-user@gentoo.org mailing list