Anyone know of a tool whereby I can zero unused blocks on XFS filesystems?
I am running XFS natively on root and /boot but all my other filesystems are within LVM2.
The reason I want it is that I am building a Gentoo Virtual Machine in VirtualBox and want to, eventually, be able to compact the Virtual Disk.
Initially, I would compact with cp --sparse=always, but when VirtualBox fixes it's compact code (apparently, it's broken in 2.2.2) , I would use that.
Any assistance is greatly appreciated.


