▲ | wtallis 3 days ago | |||||||||||||
It seems like just using a sparse file would make things simpler. I guess there would be potential inefficiency when you try to move the VM to another drive, but for just storing and using the VM in place it doesn't seem like this has to be hard: a TRIM inside the VM gets translated into a hole punch in the disk image file, which gets translated into a TRIM sent to the underlying storage. | ||||||||||||||
▲ | bayindirh 3 days ago | parent | next [-] | |||||||||||||
rsync in Linux can move sparse files as efficiently as possible, but I don't know if there's an equivalent in Windows. It'd be very strange if there is not. | ||||||||||||||
| ||||||||||||||
▲ | Dylan16807 3 days ago | parent | prev [-] | |||||||||||||
Sparse files would be useful but I'm pretty sure sparse files on NTFS always reserve their full size. Eating 1TB of free space for my ext4.vhdx is a non-starter. | ||||||||||||||
|