Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Nov 30 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   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.

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

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


Tagged: