I have a xen DomU running with Windows Server 2003 on a lvm partition has 10GB but i need more.
if a Linux partition, I would do:
# umount
# lvextend -L +10G /dev/<VG>/<LV>
# resize2fs /dev/<VG>/<LV>
but the partition has inside a partition ntfs in other words
with kpartx command i can see
vg-lv1 : 0 20948697 /dev/vg/lv 63
How can resize this?