Expectation of you doing this on a linux box.
First, mount the drive, clean any non-required files that you don't want (Swap/Hibernate etc).
Next: Write zero's to the free space, this makes the compression better:
cd [drive root]
dd if=/dev/zero of=zero
rm zero