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: Wed, 30 Aug 2006 02:47:29
Message-Id: 20060830024324.73811.qmail@web35207.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] Partitioning and LVM problem (partially solved) by Richard Fish
1 Hi Richard,
2
3 New partitions
4
5 # fdisk -l
6 /dev/hda1 * 83 Linux
7 /dev/hda2 83 Linux
8 /dev/hda3 82 Linux Swap/Solaris
9 /dev/hda4 8e Linux LVM
10 * end *
11
12
13 > Can you post the output of 'grep -v -e "^ *#" -e "^ *$"
14 > /etc/lvm/lvm.conf'.
15
16 devices {
17 dir = "/dev"
18 scan = [ "/dev" ]
19 filter = [ "a|/dev/hda4|", "r/.*/" ]
20 cache = "/etc/lvm/.cache"
21 write_cache_state = 1
22 sysfs_scan = 1
23 md_component_detection = 1
24 }
25 log {
26 verbose = 0
27 syslog = 1
28 overwrite = 0
29 level = 0
30 indent = 1
31 command_names = 0
32 prefix = " "
33 }
34 backup {
35 backup = 1
36 backup_dir = "/etc/lvm/backup"
37 archive = 1
38 archive_dir = "/etc/lvm/archive"
39 retain_min = 10
40 retain_days = 30
41 }
42 shell {
43 history_size = 100
44 }
45 global {
46 umask = 077
47 test = 0
48 activation = 1
49 proc = "/proc"
50 locking_type = 1
51 locking_dir = "/var/lock/lvm"
52 }
53 activation {
54 missing_stripe_filler = "/dev/ioerror"
55 mirror_region_size = 512
56 reserved_stack = 256
57 reserved_memory = 8192
58 process_priority = -18
59 }
60 * end *
61
62
63 > Also you might try taking a look at the output of
64 > pvscan -vv, and make sure that hda4 shows up.
65
66 Setting global/locking_type to 1
67 Setting global/locking_dir to /var/lock/lvm
68 File-based locking enabled.
69 Wiping cache of LVM-capable devices
70 Wiping internal VG cache
71 Walking through all physical volumes
72 /dev/hda4: size is 73170720 sectors
73 /dev/hda4: size is 73170720 sectors (repeated here)
74 /dev/hda4: No label detected
75 No matching physical volumes found
76 * end *
77
78
79 B.R.
80 SL
81 --
82 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Partitioning and LVM problem (partially solved) Richard Fish <bigfish@××××××××××.org>