show actual size (how much it takes up) of the VM OR show "reclaimable space"
- Dominant language
- Swift
- Stars
- 35.5k
- Forks
- 1.8k
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 7
Description
because of v3.2.0 (pre-release), trimming the drives in the VM will result in reduced disk usage.
however, that is not reflected in UTM, as the current size UTM shows is the size of the images (disk images) with the holes (i.e. UTM shows apparent size, not actual size).
before reclaim: 
after reclaim: 
solutions:
- show the actual size it would take up on disk (maybe along with the apparent size (refer to [`DU(1)` man page](https://linux.die.net/man/1/du)))
- another is to show the amount of space the disk images can be "reduced" by (it doesn't *actually* get reduced in the sense of disk usage, since the disk image contains holes)
Contributor guide
Assessment
This issue has not been assessed yet.