• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

writing to zeroes?

BrokenPen

Junior Member
Hi, I have a IBM 120GXP 120GB HDD, and I want to write all zeroes to it, but i'm not sure how. It didn't come with any software, and I tried the WIPE program that IBM had on their website, but it didn't do the entire drive, just one section of it. I was wondering if anyone knows of any other programs I could use? I tried to see if my old Wester Digital diagnostic tools disk would by chance work, but no luck....

Thanks in advance,
Matthew
 
If you're using a UNIX you could use dd

dd if=/dev/zero of=/dev/hda

should fill /dev/hda (master drive on the primary ide controller) with zero's. If you aren't using UNIX and want to do that, you could probably get one of those tiny one-floppy-disk linux distributions and boot off that or something (see linux.org). Hope that helps.
 
IBM has on the site a diagnostic program that will test your drive for errors. The utility is in that program.

Semper Fi
 
DFT does it - so does ZTree, Xtree Gold, and so does Norton System Works, NU, System Maint, Wipe Info.
 
Back
Top