Securely wiping data is usually but not always straight forward. I good discussion of some of the issues is provided in the discussion of the GNU fileutils &quot;shred&quot; command:<br><br><a href="http://www.gnu.org/software/fileutils/doc/manual/html/fileutils.html#shred%20invocation">
http://www.gnu.org/software/fileutils/doc/manual/html/fileutils.html#shred%20invocation</a><br><br>If a business really cares about not letting its data be dispersed into the environment, then it needs to be as sure as possible that the physical repository of that data, its hard disks, are not discarded with the data still available. Since it is a business, it needs to perform the task in the least expensive manner possible. Sadly for recycling, this means destroying the hardware.
<br><br>If you offer to securely erase disks as part of receiving a donation, and the data still gets out and is used for some sort of unpleasantness, you would probably be legally liable for damages. In the US &amp; probably in Europe, at least, you can pretty much count on being sued.
<br><br>Still, for home users or others with less intense security needs, shred should be good enough. A bootable floppy may or may not have it (bootable floppy distros usually use busybox, and that does not seem to support shred functionality (per a quick scan of the busybox command list here: 
<a href="http://www.busybox.net/downloads/BusyBox.html">http://www.busybox.net/downloads/BusyBox.html</a>). Shred is probably available on most of not all bootable CD distros as part of the fileutils package.<br><br>I like the idea of a tool for this purpose. I do not have time to work on it myself (a new job in yet another country has absorbed my life once again). However, a bit of googling may well turn up a tool that will do the job and which is free/libre.
<br><br>CDR<br><br><br><div><span class="gmail_quote">On 2/9/07, <b class="gmail_sendername">Liam Proven</b> &lt;<a href="mailto:lproven@gmail.com">lproven@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
According to my reading and research, one of the major things that<br>stops companies donating old PC hardware to charity, at least here in<br>the UK, is the fear that corporate data may be left on the hard disks<br>and that this might fall into the wrong hands.
<br><br>I have also read of a thriving business in Nigeria today, scouring old<br>PCs from Europe for data, for use either in blackmail, email scams,<br>spam or similar. (As a child, I grew up in Nigeria, and I find this<br>
highly plausible!)<br><br>So what I was wondering was this.<br><br>Is there such a thing as a minimal Linux distro (say) which can fit<br>onto a bootable floppy disk, which just starts up, identifies all the<br>hard disks in a system, and after lots of prompts, securely wipes them
<br>clean of all data?<br><br>I have done some Googling but it was inconclusive.<br><br>I imagine this means scanning all IDE controllers and maybe a bunch of<br>popular SCSI and RAID cards, identifying all the disks, deleting all
<br>the files on them, then formatting the partitions, then removing the<br>partitions and writing zeros or random data over all the sectors. If<br>some internationally-recognised government-approved standard exists<br>for data wiping, then something compliant with that would be good.
<br><br>If it could also be put onto a CD or bootable USB stick, that would be<br>even better, but since we are talking about old kit that&#39;s being<br>pensioned off and given away, then the trusty floppy is probably<br>
better.<br><br>Is there anything like that?<br><br>If not, anyone want to help me create it? :-)<br><br>--<br>Liam Proven · Blog, homepage &amp;c: <a href="http://lproven.livejournal.com/profile">http://lproven.livejournal.com/profile
</a><br>Email: <a href="mailto:lproven@cix.co.uk">lproven@cix.co.uk</a> · GMail/Google Talk/Orkut: <a href="mailto:lproven@gmail.com">lproven@gmail.com</a><br>Tel: +44 20-8685-0498 · Mob: +44 7939-087884 · Fax: + 44 870-9151419
<br>AOL/AIM/iChat: <a href="mailto:liamproven@aol.com">liamproven@aol.com</a> · MSN/Messenger: <a href="mailto:lproven@hotmail.com">lproven@hotmail.com</a><br>Yahoo: <a href="mailto:liamproven@yahoo.co.uk">liamproven@yahoo.co.uk
</a> · Skype: liamproven · ICQ: 73187508<br><br>_______________________________________________<br>Rule-list mailing list<br><a href="mailto:Rule-list@lists.hellug.gr">Rule-list@lists.hellug.gr</a><br><a href="http://lists.hellug.gr/mailman/listinfo/rule-list">
http://lists.hellug.gr/mailman/listinfo/rule-list</a><br></blockquote></div><br>