lvm

Digimer linux at alteeve.com
Sun Mar 4 18:00:53 UTC 2012


On 03/04/2012 02:54 AM, Patrick Dupre wrote:
> Hello,
> 
> fdisk -l gives:
> /dev/sda9       174809088   205529087    15360000   83  Linux
> /dev/sda10      205531136   208603135     1536000   83  Linux
> /dev/sda11      208605184   221302783     6348800   83  Linux
> /dev/sda12      221304832   291960831    35328000   83  Linux
> 
> while
>  pvscan
>   PV /dev/sda12   VG VolGrpSys2   lvm2 [33.69 GiB / 0    free]
> 
> So sda12 is a lvm partition, but not recognized by fdisk
> 
> How can I fix this issue?
> 
> Thank.

There is no mapping between fdisk reported partitions and LVM's LVs.
What does correlate is fdisk's partitions and LVM's PVs. So, run;

pvscan
vgscan
lvscan

If you want more detail;

pvdisplay
vgdisplay
lvdisplay

-- 
Digimer
E-Mail:              digimer at alteeve.com
Papers and Projects: https://alteeve.com


More information about the users mailing list