| Author |
Message |
average novice user
Joined: 26 Feb 2011 Posts: 8
|
Posted: Sat 05 Mar 2011, 11:37 Post subject:
Can I wipe a hard drive using a puppy linux live CD? Subject description: Can I wipe a hard drive using a puppy linux live CD? |
|
Can I wipe a hard drive using a puppy linux live CD?
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7743 Location: Stratford, Ontario
|
Posted: Sat 05 Mar 2011, 11:42 Post subject:
|
|
| Code: | | dd if=/dev/zero of=/dev/sda |
|
|
Back to top
|
|
 |
average novice user
Joined: 26 Feb 2011 Posts: 8
|
Posted: Sat 05 Mar 2011, 12:01 Post subject:
Much thanks Subject description: Much thanks |
|
Much thanks
|
|
Back to top
|
|
 |
alice
Joined: 17 Feb 2011 Posts: 14
|
Posted: Fri 18 Mar 2011, 00:16 Post subject:
|
|
what's the meaning?
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 864 Location: .ar
|
Posted: Fri 18 Mar 2011, 00:44 Post subject:
|
|
| alice wrote: | | what's the meaning? |
This?
| rcrsn51 wrote: | | dd if=/dev/zero of=/dev/sda |
Something like "Fill my sda drive with 0's".
_________________

|
|
Back to top
|
|
 |
sandlynx
Joined: 22 Aug 2008 Posts: 41
|
Posted: Mon 02 May 2011, 12:05 Post subject:
wiping a hdd with Puppy CD Subject description: Equal to? |
|
Something like "Fill my sda drive with 0's".
Question: Would this be the same as deleting a partition in GParted?
Filling the drive with zeros? Does this remove partitions too?
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7743 Location: Stratford, Ontario
|
Posted: Mon 02 May 2011, 12:29 Post subject:
Re: wiping a hdd with Puppy CD Subject description: Equal to? |
|
| sandlynx wrote: | | Question: Would this be the same as deleting a partition in GParted? |
No. Deleting a partition in Gparted just removes some information from the partition table in the MBR. The actual files and folders are still on the hard drive and could be recovered with the appropriate tools.
| Quote: | | Filling the drive with zeros? Does this remove partitions too? |
Yes. It would also erase the partition table. To use the drive again, you would have to build a new partition structure.
|
|
Back to top
|
|
 |
sandlynx
Joined: 22 Aug 2008 Posts: 41
|
Posted: Mon 02 May 2011, 14:24 Post subject:
Wiping hdds Subject description: Info I will use! |
|
Thanks, that is vital info I can use in the future.
|
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 756
|
Posted: Mon 02 May 2011, 14:56 Post subject:
|
|
Using dd is not an effective or efficient way to erase a drive securely or if you want the information to be unreadable and could still be recovered as rcrsn51said "using the appropriate tools". For secure wiping try the program I jus posted a few days ago, it wipes to dod 5220-22.M standards for drive sanitation.
http://www.murga-linux.com/puppy/viewtopic.php?p=517723#517723
_________________ PupRescue 2.5
Puppy Crypt 528
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7743 Location: Stratford, Ontario
|
Posted: Mon 02 May 2011, 15:55 Post subject:
|
|
| DPUP5520 wrote: | | Using dd is not an effective or efficient way to erase a drive securely |
Well.... That might be true if you are worried about the CIA getting its hands on the drive. But if that's the case, you would be better off taking a hammer to it.
From here:
| Quote: | | An analysis by Wright et al. of recovery techniques, including magnetic force microscopy, also concludes that a single wipe is all that is required for modern drives. |
|
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 756
|
Posted: Mon 02 May 2011, 18:55 Post subject:
|
|
Ah well call me paranoid with a tin foil hat.
_________________ PupRescue 2.5
Puppy Crypt 528
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 864 Location: .ar
|
Posted: Tue 03 May 2011, 00:32 Post subject:
|
|
I was wondering if fill the drive with random data would help to those people worried about their ultra-private information...
_________________

|
|
Back to top
|
|
 |
DPUP5520
Joined: 16 Feb 2011 Posts: 756
|
Posted: Tue 03 May 2011, 02:54 Post subject:
|
|
| Quote: | A common method used to counter data remanence is to overwrite the storage medium with new data. This is often called wiping or shredding a file or disk. Because such methods can often be implemented in software alone, and may be able to selectively target only part of a medium, it is a popular, low-cost option for some applications. Overwriting is generally an acceptable method of clearing, as long as the media is writable and not damaged.
The simplest overwrite technique writes the same data everywhere—often just a pattern of all zeros. At a minimum, this will prevent the data from being retrieved simply by reading from the medium again using standard system functions.
In an attempt to counter more advanced data recovery techniques, specific overwrite patterns and multiple passes have often been prescribed. These may be generic patterns intended to eradicate any trace signatures, for example, the seven-pass pattern: 0xF6, 0x00, 0xFF, random, 0x00, 0xFF, random; sometimes erroneously attributed to the US standard DOD_5220.22-M.
One challenge with an overwrite is that some areas of the disk may be inaccessible, due to media degradation or other errors. Software overwrite may also be problematic in high-security environments which require stronger controls on data commingling than can be provided by the software in use. The use of advanced storage technologies may also make file-based overwrite ineffective. |
Not to start an argument or fight but your quote states that a single "wipe" is all that is required not a single pass, and as this quote shows a single pass using 0's is only effective against standard system functions not specific data recovery methods.
Yes GustavoYz that is why i refered to the tool I posted , you can configure the type of wipe you want to do which ex. three pass wipe, first pass zeros, second pass random character, third pass p character, verification pass. Quite effective for making sure anyone short of a government agency could not recover data from your hard drive.
Paranoid Puppy Out
_________________ PupRescue 2.5
Puppy Crypt 528
|
|
Back to top
|
|
 |
sandlynx
Joined: 22 Aug 2008 Posts: 41
|
Posted: Tue 03 May 2011, 12:49 Post subject:
Great info Subject description: For the learning person...... |
|
I am learning all kinds of usable stuff here. Thanks.
Hoping the paranoia doesn't go with the knowledge.
|
|
Back to top
|
|
 |
rcrsn51

Joined: 05 Sep 2006 Posts: 7743 Location: Stratford, Ontario
|
Posted: Tue 03 May 2011, 14:01 Post subject:
|
|
In Gutmann's original article, he talks about extracting information from an erased hard drive by using techniques like Magnetic Force Microscopy. That means that you have to open the drive, remove the platters and analyse them with specialized equipment and trained technicians.
It's not like someone is going to pull your hard drive out of a dumpster, plug it into his own computer and extract your credit card number.
Even Gutmann has now backed away from his original erasure method because hard drive technology has changed so much in the interim.
Consider this scenario. You use dd to fill the drive with zeros using a single pass. You then read it back using dd and get nothing but zeros. You read it again and still get zeros. Why would you expect that someone else reading the drive would get the original data?
|
|
Back to top
|
|
 |
|