November 26th, 2019, 7:07
# dd if=/dev/zero of=/dev/sdaX
November 26th, 2019, 7:32
hack3rcon wrote:How can I wipe the free space
November 27th, 2019, 2:17
# dd if=/dev/zero of=/dev/sdaX/file.dd
November 28th, 2019, 14:20
November 28th, 2019, 18:12
November 30th, 2019, 8:50
December 1st, 2019, 2:32
digitalferret wrote:it depends on what level of security you require.
at national security level, or concerns about police/jail etc you physically destroy the drive, overkill, like in a crusher or pickaxe, hammer, small bits.
Youtube has many semi entertaining videos on how one might do this
at the "i'm selling this and am scared some (ebay) crook might have tech knowledge" - use a reputable utility that covers even hidden sections of the drive and verify.
If the drive allows it use an internal "secure erase" which the drive controls, not the OS, don't do anything until it completes as it may lock the drive.
at the "I'm selling this; it's got non critical data but i don't want people looking or trying to recover docs/pics/vids etc" - same as above or dd it and verify.
at the internal redeploy level, any of the above repartiton and high/low level format (not Quick)
be careful of naming conventions though
https://en.wikipedia.org/wiki/Disk_form ... tting_(LLF)_of_hard_disks
whichever means, use some sort of hex editor to visually check the drive is full of zero/random, after you erase.
K
December 1st, 2019, 6:56
hack3rcon wrote:digitalferret wrote:it depends on what level of security you require.
at national security level, or concerns about police/jail etc you physically destroy the drive, overkill, like in a crusher or pickaxe, hammer, small bits.
Youtube has many semi entertaining videos on how one might do this
at the "i'm selling this and am scared some (ebay) crook might have tech knowledge" - use a reputable utility that covers even hidden sections of the drive and verify.
If the drive allows it use an internal "secure erase" which the drive controls, not the OS, don't do anything until it completes as it may lock the drive.
at the "I'm selling this; it's got non critical data but i don't want people looking or trying to recover docs/pics/vids etc" - same as above or dd it and verify.
at the internal redeploy level, any of the above repartiton and high/low level format (not Quick)
be careful of naming conventions though
https://en.wikipedia.org/wiki/Disk_form ... tting_(LLF)_of_hard_disks
whichever means, use some sort of hex editor to visually check the drive is full of zero/random, after you erase.
K
Thank you.
Government using special tools? If a drive wiped by a tool like "shred" then they can recover it?
December 1st, 2019, 15:52
Powered by phpBB © phpBB Group.