Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Partitioning and LVM problem (partially solved)
Date: Tue, 29 Aug 2006 12:31:22
Message-Id: 20060829122711.29774.qmail@web35205.mail.mud.yahoo.com
In Reply to: [gentoo-user] Partitioning and LVM problem by Stephen Liu
1 Hi folks,
2
3 I found out the trick.
4
5 On /etc/lvm/lvm.conf the line;
6 filter = [ "a/.*/" ]
7
8 should be replaced with;
9 filter = [ "a|/dev/hda4]|", "r/.*/" ]
10 (in my case)
11
12 Previously I made the line as;
13 filter = [ "a|/dev/hda]|", "r/.*/" ]
14
15
16 Now
17 # vgscan
18 Reading all physical volumes. This may take a while...
19 No volume groups found
20
21
22 # vgchange -a y
23 No volume groups found
24
25 I don't know whether this is a mistake. Because according to;
26 Gentoo LVM2 installation
27 http://www.gentoo.org/doc/en/lvm2.xml
28
29 It should be no printout.
30
31 Tks
32
33 B.R.
34 SL
35
36
37
38 --- Stephen Liu <satimis@×××××.com> wrote:
39
40 > Hi folks,
41 >
42 > I have following partitions on the HD
43 >
44 > # fdisk -l
45 > /dev/hda1 * 83 System (for /boot)
46 > /dev/hda2 5 Extended (as swap)
47 > /dev/hda3 83 Linux (for /root)
48 > /dev/hda4 8e Linux LVM (for /home /usr /var /opt /tmp)
49 >
50 >
51 > Encountered following problems;
52 >
53 > 1)
54 > # vgscan
55 > Reading all physical volumes. This may take a while
56 > Incorrect metadata area header checksum
57 >
58 > 2)
59 > # vgchange -a y
60 > Incorrect metadata area header checksum
61 >
62 > Please advise how to rectify these problems. TIA
63 >
64 > B.R.
65 > SL
66 > --
67 > gentoo-user@g.o mailing list
68 >
69 >
70
71 --
72 gentoo-user@g.o mailing list