9d7153bbf0185c906058b5787b9fd4bc457edc23
Tech/VirtualBox.md
| ... | ... | @@ -0,0 +1,9 @@ |
| 1 | +# Compressing Disks |
|
| 2 | +- https://www.howtogeek.com/312883/how-to-shrink-a-virtualbox-virtual-machine-and-free-up-disk-space/ |
|
| 3 | + |
|
| 4 | +## Windows Guest |
|
| 5 | +- defrag |
|
| 6 | +- `sdelete.exe c: -z` |
|
| 7 | + |
|
| 8 | +## Host |
|
| 9 | +- vboxmanage modifymedium disk some-disk001.vdi --compact |
|
| ... | ... | \ No newline at end of file |