GeneralThis forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I know someone with some old Macs who is willing to pass one on to me but only if I shred all the data (wipe the data) off the hard drive first. I don't just mean formating it either - government level wiping the 1's and 0's clean away / a proper shred. Does anyone know any programs I could use / is there a linux distro boot-cd that could do it?
Of course, as they're macs, it'd need to be ppc architecture.
(And one other thing, could anyone with a bit of experience with Macs give me a ballpark figure of how many MBs the hard drive & Mhz the processor of a computer running MacOS 9.2 is likely to have ?)
Would GParted do? If you reformat a drive (correct me if I'm wrong), and then put a file on the drive, it erases all temp files kept from the old file.
Any live linux CD for PPC will do. Then you can just dd if=/dev/urandom of=/dev/hda or whatever, I think.
By working at block device level you bypass journaling filesystems too. So a "government level shred" is really overkill if you use dd. Three times with random bits should be more than enough.
you should wipe at leats 64 times with random binary otehrwise the data is still recoverable (at block level as all goverment forensic examanation tools work at)
Above also mentions dcfldd written by Nicholas Harbour, who at the time was working for the Department of Defense Computer Forensics Lab (DCFL): http://dcfldd.sourceforge.net/
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.