Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Erasing data from harddrive

microsoft.public.windows.vista.hardware assessment




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #11 (permalink)  
Old 08-29-2009
Paul
 

Posts: n/a
Re: Erasing data from harddrive
Fred wrote:
> Hello,
> I am looking for the recommendation of utilty erasing data from
> harddrive.
> I need the utilty which:
> 1. Will NOT stop on errors (disk write errors) but it will continue until
> all disk is done
> or
> 2. Will allow me to choose sectors to overwrite.
> Thanks,
> Fred
>
>


SecureErase uses a disk erase command in the drive command set.

http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml

*******

The use of dd_rescue is suggested here. dd_rescue is a version of
dd (Unix Disk Dump) that works around storage devices having errors.

http://www.cgsecurity.org/wiki/Damaged_Hard_Disk

I downloaded the Diaz version from here. A very small file, something
you'd build in Linux.

http://download.savannah.gnu.org/rel...ue-1.8.tar.bz2

This is a comment from the documentation file of that GNU dd_rescue,
in the ddrescue.info file.

"Example 2:

Wipe only the good sectors, leaving the bad sectors alone.
This way, the drive will still test bad (i.e., with unreadable sectors).
This is the fastest way of wiping a failing drive, and is specially
useful when sending the drive back to the manufacturer for warranty
replacement.

ddrescue --fill=+ /dev/zero bad_drive logfile"

So potentially, that is another method to do it.

dd_rescue is also a potential way of verifying the erasure. You
could wipe the drive with zeros first, then attempt data recovery
with dd_rescue in the forward direction, and scan the resulting
output for non-zero data. That would tell you whether any readable
sectors remained.

Any apparent issue with any data erasure method, is the Host Protected
Area. Any disk erasing solutions I've seen, make no promises that they
can properly deal with an HPA. So extra care must be exercised in that
case. Detection of HPA is mentioned here.

http://en.wikipedia.org/wiki/Host_protected_area

I haven't tried any of the above. Good luck.

Paul
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #12 (permalink)  
Old 09-11-2009
Chuck
 

Posts: n/a
Re: Erasing data from harddrive
And the really stupid thing is that in the US, an eraser program is
considered illegal by non computer literate judges!
After all, if you have such a program, it is assumed that you have it for an
illegal purpose, such as maintaining your rights to privacy and security of
your personal papers, etc. (A right that the government has chipped away at
for decades.)

"Paul" <nospam@needed.com> wrote in message
news:h7a08r$hpu$1@news.eternal-september.org...
> Fred wrote:
>> Hello,
>> I am looking for the recommendation of utilty erasing data
>> from harddrive.
>> I need the utilty which:
>> 1. Will NOT stop on errors (disk write errors) but it will continue until
>> all disk is done
>> or
>> 2. Will allow me to choose sectors to overwrite.
>> Thanks,
>> Fred

>
> SecureErase uses a disk erase command in the drive command set.
>
> http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml
>
> *******
>
> The use of dd_rescue is suggested here. dd_rescue is a version of
> dd (Unix Disk Dump) that works around storage devices having errors.
>
> http://www.cgsecurity.org/wiki/Damaged_Hard_Disk
>
> I downloaded the Diaz version from here. A very small file, something
> you'd build in Linux.
>
> http://download.savannah.gnu.org/rel...ue-1.8.tar.bz2
>
> This is a comment from the documentation file of that GNU dd_rescue,
> in the ddrescue.info file.
>
> "Example 2:
>
> Wipe only the good sectors, leaving the bad sectors alone.
> This way, the drive will still test bad (i.e., with unreadable
> sectors).
> This is the fastest way of wiping a failing drive, and is specially
> useful when sending the drive back to the manufacturer for warranty
> replacement.
>
> ddrescue --fill=+ /dev/zero bad_drive logfile"
>
> So potentially, that is another method to do it.
>
> dd_rescue is also a potential way of verifying the erasure. You
> could wipe the drive with zeros first, then attempt data recovery
> with dd_rescue in the forward direction, and scan the resulting
> output for non-zero data. That would tell you whether any readable
> sectors remained.
>
> Any apparent issue with any data erasure method, is the Host Protected
> Area. Any disk erasing solutions I've seen, make no promises that they
> can properly deal with an HPA. So extra care must be exercised in that
> case. Detection of HPA is mentioned here.
>
> http://en.wikipedia.org/wiki/Host_protected_area
>
> I haven't tried any of the above. Good luck.
>
> Paul



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 09-11-2009
Daave
 

Posts: n/a
Re: Erasing data from harddrive
Citation?

Chuck wrote:
> And the really stupid thing is that in the US, an eraser program is
> considered illegal by non computer literate judges!
> After all, if you have such a program, it is assumed that you have it
> for an illegal purpose, such as maintaining your rights to privacy
> and security of your personal papers, etc. (A right that the
> government has chipped away at for decades.)
>
> "Paul" <nospam@needed.com> wrote in message
> news:h7a08r$hpu$1@news.eternal-september.org...
>> Fred wrote:
>>> Hello,
>>> I am looking for the recommendation of utilty erasing
>>> data from harddrive.
>>> I need the utilty which:
>>> 1. Will NOT stop on errors (disk write errors) but it will continue
>>> until all disk is done
>>> or
>>> 2. Will allow me to choose sectors to overwrite.
>>> Thanks,
>>> Fred

>>
>> SecureErase uses a disk erase command in the drive command set.
>>
>> http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml
>>
>> *******
>>
>> The use of dd_rescue is suggested here. dd_rescue is a version of
>> dd (Unix Disk Dump) that works around storage devices having errors.
>>
>> http://www.cgsecurity.org/wiki/Damaged_Hard_Disk
>>
>> I downloaded the Diaz version from here. A very small file, something
>> you'd build in Linux.
>>
>> http://download.savannah.gnu.org/rel...ue-1.8.tar.bz2
>>
>> This is a comment from the documentation file of that GNU dd_rescue,
>> in the ddrescue.info file.
>>
>> "Example 2:
>>
>> Wipe only the good sectors, leaving the bad sectors alone.
>> This way, the drive will still test bad (i.e., with unreadable
>> sectors).
>> This is the fastest way of wiping a failing drive, and is
>> specially useful when sending the drive back to the manufacturer
>> for warranty replacement.
>>
>> ddrescue --fill=+ /dev/zero bad_drive logfile"
>>
>> So potentially, that is another method to do it.
>>
>> dd_rescue is also a potential way of verifying the erasure. You
>> could wipe the drive with zeros first, then attempt data recovery
>> with dd_rescue in the forward direction, and scan the resulting
>> output for non-zero data. That would tell you whether any readable
>> sectors remained.
>>
>> Any apparent issue with any data erasure method, is the Host
>> Protected Area. Any disk erasing solutions I've seen, make no
>> promises that they can properly deal with an HPA. So extra care must
>> be exercised in that case. Detection of HPA is mentioned here.
>>
>> http://en.wikipedia.org/wiki/Host_protected_area
>>
>> I haven't tried any of the above. Good luck.
>>
>> Paul



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 09-11-2009
Bennett Marco
 

Posts: n/a
Re: Erasing data from harddrive
"Daave" <daave@example.com> wrote:

>Citation?


What Daave said.

>Chuck wrote:
>> And the really stupid thing is that in the US, an eraser program is
>> considered illegal by non computer literate judges!
>> After all, if you have such a program, it is assumed that you have it
>> for an illegal purpose, such as maintaining your rights to privacy
>> and security of your personal papers, etc. (A right that the
>> government has chipped away at for decades.)
>>
>> "Paul" <nospam@needed.com> wrote in message
>> news:h7a08r$hpu$1@news.eternal-september.org...
>>> Fred wrote:
>>>> Hello,
>>>> I am looking for the recommendation of utilty erasing
>>>> data from harddrive.
>>>> I need the utilty which:
>>>> 1. Will NOT stop on errors (disk write errors) but it will continue
>>>> until all disk is done
>>>> or
>>>> 2. Will allow me to choose sectors to overwrite.
>>>> Thanks,
>>>> Fred
>>>
>>> SecureErase uses a disk erase command in the drive command set.
>>>
>>> http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml
>>>
>>> *******
>>>
>>> The use of dd_rescue is suggested here. dd_rescue is a version of
>>> dd (Unix Disk Dump) that works around storage devices having errors.
>>>
>>> http://www.cgsecurity.org/wiki/Damaged_Hard_Disk
>>>
>>> I downloaded the Diaz version from here. A very small file, something
>>> you'd build in Linux.
>>>
>>> http://download.savannah.gnu.org/rel...ue-1.8.tar.bz2
>>>
>>> This is a comment from the documentation file of that GNU dd_rescue,
>>> in the ddrescue.info file.
>>>
>>> "Example 2:
>>>
>>> Wipe only the good sectors, leaving the bad sectors alone.
>>> This way, the drive will still test bad (i.e., with unreadable
>>> sectors).
>>> This is the fastest way of wiping a failing drive, and is
>>> specially useful when sending the drive back to the manufacturer
>>> for warranty replacement.
>>>
>>> ddrescue --fill=+ /dev/zero bad_drive logfile"
>>>
>>> So potentially, that is another method to do it.
>>>
>>> dd_rescue is also a potential way of verifying the erasure. You
>>> could wipe the drive with zeros first, then attempt data recovery
>>> with dd_rescue in the forward direction, and scan the resulting
>>> output for non-zero data. That would tell you whether any readable
>>> sectors remained.
>>>
>>> Any apparent issue with any data erasure method, is the Host
>>> Protected Area. Any disk erasing solutions I've seen, make no
>>> promises that they can properly deal with an HPA. So extra care must
>>> be exercised in that case. Detection of HPA is mentioned here.
>>>
>>> http://en.wikipedia.org/wiki/Host_protected_area
>>>
>>> I haven't tried any of the above. Good luck.
>>>
>>> Paul

>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 09-12-2009
Twayne
 

Posts: n/a
Re: Erasing data from harddrive
"Daave" <daave@example.com> wrote in message
news:%2313UGivMKHA.3192@TK2MSFTNGP05.phx.gbl
> Citation?


There is no citation because the claim if patently wrong. There are
hundreds, if not thousands, of delete/wipe/overwrite/etc. programs
available on the 'net.
Wherever the information came from is incorrect unless the machine
is under a current legal order, in which case it would be confiscated.
I suspect something is missing from the translation.

Twayne`

>
> Chuck wrote:
>> And the really stupid thing is that in the US, an eraser program is
>> considered illegal by non computer literate judges!
>> After all, if you have such a program, it is assumed that you have it
>> for an illegal purpose, such as maintaining your rights to privacy
>> and security of your personal papers, etc. (A right that the
>> government has chipped away at for decades.)
>>
>> "Paul" <nospam@needed.com> wrote in message
>> news:h7a08r$hpu$1@news.eternal-september.org...
>>> Fred wrote:
>>>> Hello,
>>>> I am looking for the recommendation of utilty erasing
>>>> data from harddrive.
>>>> I need the utilty which:
>>>> 1. Will NOT stop on errors (disk write errors) but it will continue
>>>> until all disk is done
>>>> or
>>>> 2. Will allow me to choose sectors to overwrite.
>>>> Thanks,
>>>> Fred
>>>
>>> SecureErase uses a disk erase command in the drive command set.
>>>
>>> http://cmrr.ucsd.edu/people/Hughes/SecureErase.shtml
>>>
>>> *******
>>>
>>> The use of dd_rescue is suggested here. dd_rescue is a version of
>>> dd (Unix Disk Dump) that works around storage devices having errors.
>>>
>>> http://www.cgsecurity.org/wiki/Damaged_Hard_Disk
>>>
>>> I downloaded the Diaz version from here. A very small file,
>>> something you'd build in Linux.
>>>
>>> http://download.savannah.gnu.org/rel...ue-1.8.tar.bz2
>>>
>>> This is a comment from the documentation file of that GNU dd_rescue,
>>> in the ddrescue.info file.
>>>
>>> "Example 2:
>>>
>>> Wipe only the good sectors, leaving the bad sectors alone.
>>> This way, the drive will still test bad (i.e., with unreadable
>>> sectors).
>>> This is the fastest way of wiping a failing drive, and is
>>> specially useful when sending the drive back to the manufacturer
>>> for warranty replacement.
>>>
>>> ddrescue --fill=+ /dev/zero bad_drive logfile"
>>>
>>> So potentially, that is another method to do it.
>>>
>>> dd_rescue is also a potential way of verifying the erasure. You
>>> could wipe the drive with zeros first, then attempt data recovery
>>> with dd_rescue in the forward direction, and scan the resulting
>>> output for non-zero data. That would tell you whether any readable
>>> sectors remained.
>>>
>>> Any apparent issue with any data erasure method, is the Host
>>> Protected Area. Any disk erasing solutions I've seen, make no
>>> promises that they can properly deal with an HPA. So extra care must
>>> be exercised in that case. Detection of HPA is mentioned here.
>>>
>>> http://en.wikipedia.org/wiki/Host_protected_area
>>>
>>> I haven't tried any of the above. Good luck.
>>>
>>> Paul




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 09-12-2009
Shenan Stanley
 

Posts: n/a
Re: Erasing data from harddrive
<snipped>

Twayne wrote:
> There is no citation because the claim if patently wrong.

<snipped>

Something being incorrect does not keep it from having a source to be cited
from. ;-)

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 09-13-2009
Twayne
 

Posts: n/a
Re: Erasing data from harddrive
"Shenan Stanley" <newshelper@gmail.com> wrote in message
news:e4VryA9MKHA.4964@TK2MSFTNGP06.phx.gbl
> <snipped>
>
> Twayne wrote:
>> There is no citation because the claim if patently wrong.

> <snipped>
>
> Something being incorrect does not keep it from having a source to be
> cited from. ;-)


Yeahhhh, technically that's true and you're right. "Citation" in that
context just seemed to give some sort of credit where I don't consider
the source of bad information as being worthy of any kind of credit,
just in case someone misread it. My whole sentence probably shouldn't
even have been written there.

Cheers,

Twayne`

>
> --
> Shenan Stanley
> MS-MVP




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 1 Week Ago
Chuck
 

Posts: n/a
Re: Erasing data from harddrive
As I understand it--
The government (state?, federal?) brought criminal charges (likely to do
with "kiddy porn")
No evidence of the prohibited matter was found on the accused's systems. The
presence of a popular erase program was found on the systems.
Therefore, the accused was "assumed" to be guilty by the judge, based upon
the presence of the erase program, and other circumstantial evidence.

I had hoped that the ruling & conviction would be appealed, since many use a
similar (or the same) program to cleanup a hard drive before defragging or
compacting.
One of the gov's laptop protection methods involved the use of such a
program. It was automatically started in silent mode if an incorrect user
login was repeated too many times in succession, or other intrusion attempts
were detected. In addition, parts of the laptop's HD were encrypted. (US
made(assembled) "special purpose" Laptops for "critical use"). The laptop
I'm referring to also had a magnesium alloy case, and, if exposed to a good
hot fire, burnt quite well.


"Twayne" <nobody@devnull.spamcop.net> wrote in message
news:u0%23w%23aKNKHA.1232@TK2MSFTNGP05.phx.gbl...
> "Shenan Stanley" <newshelper@gmail.com> wrote in message
> news:e4VryA9MKHA.4964@TK2MSFTNGP06.phx.gbl
>> <snipped>
>>
>> Twayne wrote:
>>> There is no citation because the claim if patently wrong.

>> <snipped>
>>
>> Something being incorrect does not keep it from having a source to be
>> cited from. ;-)

>
> Yeahhhh, technically that's true and you're right. "Citation" in that
> context just seemed to give some sort of credit where I don't consider the
> source of bad information as being worthy of any kind of credit, just in
> case someone misread it. My whole sentence probably shouldn't even have
> been written there.
>
> Cheers,
>
> Twayne`
>
>>
>> --
>> Shenan Stanley
>> MS-MVP

>
>
>



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Korea DDOS virus mission shifts to destroying, erasing data Steve Security News 0 07-10-2009 09:40
Erasing ? Athos microsoft.public.windows.vista.mail 1 05-03-2009 00:29
Swedish ISP Thwarts Copyright Cops by Erasing Data Steve Security News 0 04-29-2009 03:20
Security World: Software for erasing sensitive smartphone data Steve Security News 0 10-06-2008 14:30
How do I format the E Drive without erasing the data? schne017 microsoft.public.windows.vista.music pictures video 4 07-29-2008 21:54




All times are GMT +1. The time now is 15:16.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119