Where does Proxmox store virtual machines?

On a Win VM something like a Optimize-Volume -DriveLetter YourDriveLetter -ReTrim -Verbose
Replace "YourDriveLetter" with the drive letter of the drive you want to trim.
Looks like FreeBSDs UFS doesn't got such a command. With FreeBSD on ZFS you could use zpool trim YourPoolName.
 
Last edited:
Thanks.
"Optimize-Volume -DriveLetter YourDriveLetter -ReTrim -Verbose" i should do this in windows vm cmd?
 
Jup = Yes.

A Optimize-Volume -DriveLetter C -ReTrim -Verbose run in Windows Powershell console should trim partition "C:".