Steve L. wrote:
> I am in need of a hard drive utility. I experiment with
> e-smith , various Linux distros and Win versions using
> several hard drives.
> I need an easy to use tool that will allow me to completely
> wipe a hard drive of all data reagardless of what file system
> is currently on the disk. The utility can be Linux native or
> Win.
> What advice can you give me?
Try dd if=/dev/zero of=/dev/{hda,hdb,hdc,hdd etc} from a shell prompt.
Writes zeros to *every* accessible byte of hard drive space. The hard drive emerges *totally* wiped - no MBRs or partitions at all.