Results 1 to 2 of 2
Hi folks,
I have following partitions on the HD
# fdisk -l
Code:
/dev/hda1 * 83 System (for /boot)
/dev/hda2 5 Extended (as swap)
/dev/hda3 83 Linux (for /root)
/dev/hda4 ...
- 08-29-2006 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Partitioning and LVM
Hi folks,
I have following partitions on the HD
# fdisk -lEncountered following problems;Code:/dev/hda1 * 83 System (for /boot) /dev/hda2 5 Extended (as swap) /dev/hda3 83 Linux (for /root) /dev/hda4 8e Linux LVM (for /home /usr /var /opt /tmp)
1)
# vgscan2)Code:Reading all physical volumes. This may take a while Incorrect metadata area header checksum
# vgchange -a yPlease advise how to rectify these problems. TIACode:Incorrect metadata area header checksum
B.R.
satimis
- 08-29-2006 #2Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Problem partially solved
Hi folks,
I found out the trick.
On /etc/lvm/lvm.conf the line;
filter = [ "a/.*/" ]
should be replaced with;
filter = [ "a|/dev/hda4]|", "r/.*/" ]
(in my case)
Previously I wrote the line as;
filter = [ "a|/dev/hda]|", "r/.*/" ]
Now
# vgscan# vgchange -a yCode:Reading all physical volumes. This may take a while... No volume groups found
I don't know whether this is a mistake. Because according to;Code:No volume groups found
Gentoo LVM2 installation
http://www.gentoo.org/doc/en/lvm2.xml
It should be no printout.
Tks
B.R.
satimis


Reply With Quote
