Logo 
Search:

Unix / Linux / Ubuntu Forum

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds

deleting data from hard drives

  Date: Nov 30    Category: Unix / Linux / Ubuntu    Views: 479
  

I know that this question has been asked numerous times but I am getting mixed
responses. So, I thought that I should try my luck here. Is it possible to
delete data completely from the harddrive, so, that no one can ever recover it?
If it is possible then, can you please tell me of any good softwares available
for linux and windows?
p.s. crushing hard drive is not an option.
Thank you for your considerations.

Share: 

 

8 Answers Found

 
Answer #1    Answered On: Nov 30    

http://www.digipedia.pl/man/doc/view/sfill.1/

Though I strees read the instructions throughly, if you are looking to delete
all data on harddrives in your system then an easy option is to download and run
http://www.dban.org/

 
Answer #2    Answered On: Nov 30    

Try: sudo shred -n2 -v /dev/sdx where sdx is your hard drive or partition
(will be followed by partition number such as sda1); n2 is the number of
shreds. More shreds is better but takes longer. You can also try: sudo dd
if=/dev/zero of=/dev/sdx (with sdx being same as above). In this case it
restores the drive to zero or factory state. I have never tried this as
shred works for me.

 
Answer #3    Answered On: Nov 30    

I have shred in Nautilus but it doesnt ask to get you to confirm to destroy the
data which i find very dangerous, I wonder, can we edit it to run in a terminal
and have the terminal produce a "type yes to confirm" message?

 
Answer #4    Answered On: Nov 30    

So, it is actually possible to erase the hard drive without crossing it!....well thats a good news. When I will use the shred command, it will format the drive completely, wont it?

 
Answer #5    Answered On: Nov 30    

It does not format. It writes and rewrites over the data so that it cannot
be restored. This is why it takes time.

 
Answer #6    Answered On: Nov 30    

As of the last time i checked, shreddoes not support an interactive mode.

 
Answer #7    Answered On: Nov 30    

Have used Wipe it - Works well,but slow,

 
Answer #8    Answered On: Nov 30    

Maybe shred doesnt, but, can we not put a command in before the shred to produce
a confirmation message in the terminal?

 
Didn't find what you were looking for? Find more on deleting data from hard drives Or get search suggestion and latest updates.




Tagged: