这是我的设置,有一个1TB容量的硬盘和一个大小约为100 on的lvm分区。在LVM中有一个包含Windows的NTFS驱动器。
我希望在LVM中调整NTFS驱动器的大小,以便在不破坏Windows的情况下给Windows更大的空间。
左室
Couldn't find device with uuid KxVAIe-iJUu-LhXD-e5HR-WUR2-vRxl-GZj5tG.
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
root lukas-host -wi-ao 103,18g
swap_1 lukas-host -wi-ao 15,82g
win7x64 virtual-machines -wi-a- 100,00gvgs
Couldn't find device with uuid KxVAIe-iJUu-LhXD-e5HR-WUR2-vRxl-GZj5tG.
VG #PV #LV #SN Attr VSize VFree
lukas-host 1 2 0 wz--n- 119,00g 0
virtual-machines 2 1 0 wz-pn- 234,37g 134,37gpvs
Couldn't find device with uuid KxVAIe-iJUu-LhXD-e5HR-WUR2-vRxl-GZj5tG.
PV VG Fmt Attr PSize PFree
/dev/sda5 lukas-host lvm2 a- 119,00g 0
/dev/sdb1 virtual-machines lvm2 a- 117,18g 17,18g
unknown device virtual-machines lvm2 a- 117,18g 117,18gfdisk -l /dev/sdb
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 Köpfe, 63 Sektoren/Spur, 121601 Zylinder, zusammen 1953525168 Sektoren
Einheiten = Sektoren von 1 × 512 = 512 Bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Festplattenidentifikation: 0x000831c1
Gerät boot. Anfang Ende Blöcke Id System
/dev/sdb1 2048 245762047 122880000 83 Linux谢谢您抽时间见我。
发布于 2012-11-22 01:11:05
可以使用lvresize命令调整逻辑卷的大小。假设您使用LV作为VM的虚拟磁盘,windows就会认为驱动器已经增长,并在其上有未分区的空间。然后,您应该能够使用Windows磁盘管理器来展开分区。
https://askubuntu.com/questions/220307
复制相似问题