Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] drive found but still panics
Date: Sat, 03 Dec 2005 18:22:27
Message-Id: 20051203181515.49466.qmail@web31709.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] drive found but still panics by Richard Fish
1 -- Richard Fish <bigfish@××××××××××.org> wrote:
2
3
4 >
5 > CONFIG_REISERFS_CHECK=y
6 > CONFIG_REISERFS_PROC_INFO=y
7 >
8 > The above are normally disabled, so I would try
9 > taking them out and
10 > see if you have better luck.
11
12 No help Richard. No change.
13
14 >
15 > Other than that, double (and triple) check that it
16 > really is a
17 > reiserfs filesystem, because it should be working.
18
19 It's reiser for sure. I gave mount the -v flag.
20
21 I ran reiserfsck on the partition and the log it wrote
22 is empty. So if it _is_ reiser then it must have no
23 errors, right?
24
25 Could it be /etc/fstab?
26
27 # /etc/fstab: static file system information.
28 # $Header:
29 /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14
30 2003/10/13 20:03:38 azarah Exp $
31 #
32 # noatime turns off atimes for increased performance
33 (atimes normally aren't
34 # needed; notail increases performance of ReiserFS (at
35 the expense of storage
36 # efficiency). It's safe to drop the noatime options
37 if you want and to
38 # switch between notail and tail freely.
39
40 # <fs> <mountpoint> <type> <opts>
41 <dump/pass>
42
43 # NOTE: If your BOOT partition is ReiserFS, add the
44 notail option to opts.
45 /dev/sda2 /boot ext2 defaults,noatime 1 2
46 /dev/sda6 / reiserfs noatime 0 1
47 /dev/sda5 none swap sw 0 0
48 /dev/hdc /cdrom auto noauto,user 0 0
49 /dev/hdd /cdrom1 auto noauto,user 0 0
50 /dev/fd0 /floppy auto noauto,user 0 0
51
52 # NOTE: The next line is critical for boot!
53 none /proc proc defaults 0 0
54
55 # glibc 2.2 and above expects tmpfs to be mounted at
56 /dev/shm for
57 # POSIX shared memory (shm_open, shm_unlink).
58 # (tmpfs is a dynamically expandable/shrinkable
59 ramdisk, and will
60 # use almost no memory if not populated with files)
61 # Adding the following line to /etc/fstab should take
62 care of this:
63
64 none /dev/shm tmpfs defaults 0 0
65
66
67 >
68 > -Richard
69 >
70 > --
71 > gentoo-user@g.o mailing list
72 >
73 >
74
75
76
77
78 __________________________________
79 Start your day with Yahoo! - Make it your home page!
80 http://www.yahoo.com/r/hs
81 --
82 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] drive found but still panics Richard Fish <bigfish@××××××××××.org>