Redimensionar o volume LVM NTFS

0

Esta é a minha configuração com uma capacidade de disco rígido de 1TB e uma partição lvm com o tamanho de cerca de 100GB. Dentro do LVM, há uma unidade NTFS contendo o Windows.

Gostaria de redimensionar a unidade NTFS dentro do LVM para dar mais espaço ao Windows sem danificar o Windows.

lvs

  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,00g

vgs

  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,37g

pvs

  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,18g

fdisk -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

Obrigado pelo seu tempo.

    
por gro 21.11.2012 / 21:24

1 resposta

1

Você pode redimensionar volumes lógicos com o comando lvresize . Supondo que você esteja usando o LV como o disco virtual para uma VM, o Windows irá pensar que a unidade cresceu e terá espaço não particionado nela. Você deve então poder usar o gerenciador de disco do Windows para expandir a partição.

    
por psusi 22.11.2012 / 02:11