Gentoo Archives: gentoo-server

From: "Jesse
To: gentoo-server@l.g.o
Subject: RE: [gentoo-server] SOLVED (3.3 TB reiserfs volume not mounting at boot, and is unusable afterwards)
Date: Fri, 25 Aug 2006 16:14:30
Message-Id: FB5D3CCFCECC2948B5DCF4CABDBE6697A520F0@QTEX1.qg.com
In Reply to: [gentoo-server] SOLVED (3.3 TB reiserfs volume not mounting at boot, and is unusable afterwards) by Jared Klett
1 GJ! Saving your solution for future reference... :)
2
3 Rich
4
5 -----Original Message-----
6 From: Jared Klett [mailto:jklett@×××××××××.net]
7 Sent: Thursday, August 24, 2006 3:36 PM
8 To: gentoo-server@l.g.o
9 Subject: [gentoo-server] SOLVED (3.3 TB reiserfs volume not mounting at
10 boot, and is unusable afterwards)
11
12 Rich's response got me to thinking - I had seen a reference back
13
14 when I was building a similar server. after some creative googling, I
15 found it:
16
17 http://www.coraid.com/support/linux/contrib/chernow/gpt.html
18
19 the key note is at the bottom of the page:
20
21 "Without this on, strange things happen. For instance, rebooting the
22 machine caused the file system to no longer be mountable or the GPT
23 table got corrupted."
24
25 aha! exactly my problem! I rebooted the machine and watched the
26
27 console carefully, and noted this:
28
29 * System.map not found unable to check symbols
30
31 hmmmm. after some more googling, I found this discussion:
32
33 http://tinyurl.com/o57hm
34
35 so I found the solution to making this message go away to be to
36 copy
37 System.map to /., which is mounted when the message pops up during
38 the boot process, whereas /boot and /usr are not. then we edit the
39 block at the end of /sbin/modules-update to be:
40
41 if [ -d "`depdir`" -a -f /proc/modules ]
42 then
43 if [ -f /System.map ]; then
44 depmod -a -F /System.map ${KV}
45 else
46 ewarn "System.map not found - unable to check symbols"
47 fi
48 fi
49
50 and viola, the boot process is happy once more.
51
52 as an added bonus, this resolves the issue with the filesystem
53 being
54 usable after a reboot, and mounting at boot time. woohoo!
55
56 thanks to all that replied. it always helps to bounce ideas off
57
58 others to get the juices flowing.
59
60 cheers,
61
62 - Jared
63
64 [snip]
65
66 --
67 gentoo-server@g.o mailing list