This is a frequently asked question on linux lists. It usually generates quite a bit of debate because the military doesn't usually tell people what they can do so you can only speculate on what it would take to destroy the data so that even the military can't recover it. Certainly, if you destroy the platter physically by doing something like hitting it with a hammer, that should do it. But most people believe that just wiping the disk a dozen or so times will do it. You can do that with the dd command lie this: Dd if=/dev/random of=/dev/sda ThatÂ’s if your disk is a sata drive. For IDE drives, the command would be: Dd if=/dev/random of=/dev/had Those commands write random digits over the entire drive, wiping out the boot sector, partition table, and all data. You would have to do that several times because the read/write heads might not line up exactly right to destroy every single bit if you do it just once. -----Original Message----- .From: "Ibraam Wahib"<ibraam.wahib@gmail.com> .Sent: 5/17/10 4:38:19 AM .To: "Blind sysadmins list"<blind-sysadmins@lists.hodgsonfamily.org> .Subject: [Blind-sysadmins] data format. . .hello friends: .need quick help please, .how can I format a hard disk which can not be recovered forever by any means? )data destroyed( .the hard was have windows format then formatted and now have Linux, I need to delete all partitions and delete any data to be unusable anymore even via military means. .can we do this? .for further information contact me off list. .thanks .ibraam ._______________________________________________ .Blind-sysadmins mailing list .Blind-sysadmins@lists.hodgsonfamily.org .http://lists.hodgsonfamily.org/mailman/listinfo/blind-sysadmins .