User Tools

Site Tools


computing:virtmanagerhell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
computing:virtmanagerhell [2022/08/08 20:15] oemb1905computing:virtmanagerhell [2022/11/07 05:09] oemb1905
Line 87: Line 87:
   kpartx -d debian10.img   kpartx -d debian10.img
      
-After messing around with this, and succeeding 1 time in resizing the drive this way, I decided that just issuing ''apt install qemu-img kpartx'' and then expanding within the VM's gparted GUI was far easier. It does require moving and/or deprecating swap (or other earlier partitions) or you cannot merge the file system. Also, check ''/etc/fstab'' and make sure that entries reflect changes.+After messing around with this, and succeeding 1 time in resizing drive this way, I decided that just issuing the commands below:
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/08/08 00:37//+  apt install qemu-img kpartx 
 +  qemu-img resize debian10.img +50G 
 +   
 +And then opening gparted in X passthrough and expanding the volume is far more efficient and easier. Of course, you could also expand with gparted at the command line too. 
 + 
 + --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/11/06 22:07//
computing/virtmanagerhell.txt · Last modified: 2023/01/15 17:47 by oemb1905