Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 38

Thread: Shred or wipe an old hard drive?

  1. #11
    Join Date
    May 2009
    Location
    Land of Lincoln
    Beans
    1,369
    Distro
    Ubuntu Development Release

    Re: Shred or wipe?

    Hi!

    Bleach Bit has a wipe option.

    Does anyone know how many passes it makes?

    Any other info about Bleach Bit?

    Thanks!

    KegHead

  2. #12
    Join Date
    May 2009
    Location
    Land of Lincoln
    Beans
    1,369
    Distro
    Ubuntu Development Release

    Re: Shred or wipe?

    Hi!

    So, if I use Bleach Bit 5 times in a week, does that mean it's like running wipe to do a five time wipe at one setting?

    KegHead

  3. #13
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Shred or wipe?

    Doubt it, but I don't use Bleachbit, so I cannot confirm or deny that for sure.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  4. #14
    Join Date
    May 2009
    Location
    Land of Lincoln
    Beans
    1,369
    Distro
    Ubuntu Development Release

    Re: Shred or wipe?

    Hi!

    I reinstalled Ubuntu after using wipe. I was asked if I wanted to wipe the hd before installing.

    I said yes, was this really a wipe?

    KegHead

  5. #15
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Shred or wipe?

    Quote Originally Posted by KegHead View Post
    Is it possible to wipe/shred just unused space via terminal?
    Code:
    sudo sfill -l -l -v -z /target
    This will write a single pass of zeros to all the free space on that partition, which is fast and a completely permanent wipe. You'll need to install secure-delete to get the tool sfill.

  6. #16
    Join Date
    May 2009
    Location
    Land of Lincoln
    Beans
    1,369
    Distro
    Ubuntu Development Release

    Re: Shred or wipe?

    Hi!

    Thanks Paqman.

    What if I wanted to do more than one pass with zero's?

    Thanks!

    KegHead

  7. #17
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Shred or wipe?

    These erase threads always amaze me. A secure erase facility has been built into all disk drive controllers for at least ten years, yet no-one seems to be aware of it. Use hdparm to activate it.

  8. #18
    Join Date
    Aug 2009
    Beans
    Hidden!

    Re: Shred or wipe?

    Sure enough these erase threads amaze me as well but more for the fact that nobody ever tells 'em to actually verify the end result (regardless of DBAN being able to verify passes). Even w/o practical forensics experience it should be just a common sense thing. Else why make an effort in the first place?..

  9. #19
    Join Date
    May 2009
    Location
    Land of Lincoln
    Beans
    1,369
    Distro
    Ubuntu Development Release

    Re: Shred or wipe?

    Hi!

    I'm just trying to figure out the correct terminal command using wipe three (3) times and an final wipe with zeros, only for free space.

    Can anyone advise, I don't want to make a mistake!

    Thanks!

    KegHead

  10. #20
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Shred or wipe?

    You can use zerofree for ext file systems (and I think it is enough with one pass, unless you need military level security).

    Code:
    sudo apt-get install zerofree
    See
    Code:
    man zerofree
    for example
    Code:
    sudo umount /dev/sda1
    sudo zerofree /dev/sda1
    You can use dd for fat and ntfs file systems. Also in this case you should unmount them before the zeroising.

    So now you have several tips:

    shred, quick mode of wipe, dban (for while drive), dd (with if=/dev/urandom or if=/dev/zero), BleachBit, sfill, zerofree.

    ... but of course, no pay, no guarantee

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •