Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Securely ERASE a hard disc in linux
#5

o_O

 



Code:
shred -v -n 1024 file




 

heh i know i said more than 2 but 1024 maybe a little bit of paranoia kickin in! exactly what dont you want us to find [img]<___base_url___>/uploads/emoticons/default_laugh.png[/img]

 



Code:
shred -n 25 -u -v -z file




 

i think that should be enough.

 

-n 25 = 25 times over (the default)

-u = remove file first before writing

-v = be verbose (always do this to stop yourself from getting itchy)

-z = final overwrite with zeroes (to clear evidence of shred)

 

 

And start from the man:

 

Quote:The following are examples of filesystems on which shred is not effective:* log-structured or journaled filesystems, such as those supplied with

    AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)

* filesystems that write redundant data and carry on even if some writes

    fail, such as RAID-based filesystems

* filesystems that make snapshots, such as Network Appliance's NFS server

* filesystems that cache in temporary locations, such as NFS

    version 3 clients

* compressed filesystems
Reply


Messages In This Thread
Securely ERASE a hard disc in linux - by anyweb - 2004-10-19, 08:23 PM
Securely ERASE a hard disc in linux - by grep420 - 2004-10-27, 07:39 PM
Securely ERASE a hard disc in linux - by znx - 2005-03-31, 04:02 PM
Securely ERASE a hard disc in linux - by xDamox - 2005-03-31, 05:25 PM
Securely ERASE a hard disc in linux - by znx - 2005-04-01, 05:30 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)