[Techtalk] allocating space on hard drive

Alison Chaiken alchaiken at gmail.com
Sat Mar 19 15:34:51 UTC 2011


Maria writes:
> System-config-lvm does
> see the partitions, and what is on them, for example:
> /dev/sda1
> but still calls it: Uninitialized Disk Entity /dev/sda1

I'm not sure since I haven't seen that exact error message, but you
may have a problem with your new partitions not being "active logical
volumes."     Have you tried vgscan, vgdisplay, lvscan and lvdisplay?
 Then you can see what differences in state there are between your old
drive, that lvm is happy with, and the new one, which puzzles it.

Here are some (long) notes I took the last time that lvm made my life miserable:

http://www.exerciseforthereader.org/Rescue_Fedora13_LVM_problem_no_disk.txt

Bottom line is, you may need to do something like this:

lvm   [get into LVM]
vgchange -ay
vgmknodes

I personally loathe lvm and think it is a ridiculous default install
for desktop users who don't need more than 4 partitions.   HTH.

-- 
Alison Chaiken
(650) 279-5600  (cell)
             http://www.exerciseforthereader.org/
A career in Silicon Valley is just like a chess game, only players can
move all the pieces every turn and some of the pawns bite.


More information about the Techtalk mailing list