You are not logged in.

#1 2020-03-30 22:20:26

zzzander.w
Member
Registered: 2018-07-12
Posts: 1

Extend physical partition for libvirt VM

I have a Windows 10 VM that is run using libvirt/virsh. The VM has two disks, both of which are physical partitions (I want to extend /dev/nvme1n1p1):

    <disk type='block' device='disk'>
      <driver name='qemu' type='raw' cache='none' io='native'/>
      <source dev='/dev/nvme1n1p1'/>
      <backingStore/>
      <target dev='sdb' bus='sata'/>
      <boot order='1'/>
      <address type='drive' controller='0' bus='0' target='0' unit='1'/>
    </disk>

How can I extend this partition to use more space on the disk? Everything I've found online has involved using QEMU disk images, which (so far as I'm aware) isn't possible here since this is a physical partition.

Please let me know if any additional information is needed. Thanks!

Last edited by zzzander.w (2020-03-30 22:43:50)

Offline

Board footer

Powered by FluxBB