In my question about copying with dd one of the commentors pointed out the method of filling the unused space with 0s. Is there a way for a dd of a 80 GB hard drive to be minimal in size?
Now after reading up a bit it seems like I would have to install a special program there (which would lead to quite some overhead in my company as I would have to get a clearance for that program, .... ). I thought a bit how I could avoid this and got an idea although not sure if it is of any use there and thus my question here:
- The partition in question is the only one on the hard drive (I'm running linux via live cd).
- The partition in question is a NTFS partition and will hold windows
So the idea is basically I make dd if=/dev/zero of=/dev/sda
and THEN reinstall windows there.
Would that be feasible? Thus should it provide the same effect as filling up the empty parts of the hard drive after an install would have?