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:              digi...@alteeve.com
Papers and Projects: https://alteeve.com
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to