HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Storage

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 05-08-2007, 10:44 AM
Moif Murphy
 
Posts: n/a
Default Cleaing old / past data off of IDE Drives

Hi,

I have a couple of IDE Drives spare and I'd like to clean them up as
best as I can so they're completely blank (no left over data after
formatting etc). Can anyone suggest a freeware WIN32 or Linux equivalent
that can do the job?

Thanks!
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 05-08-2007, 11:00 AM
Mike Redrobe
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives


"Moif Murphy" <moifmurphy@_OMG_googlemail_WTF_.com> wrote
> I have a couple of IDE Drives spare and I'd like to clean them up as best
> as I can so they're completely blank (no left over data after formatting
> etc). Can anyone suggest a freeware WIN32 or Linux equivalent that can do
> the job?


In XP:

file-run cipher /w:d

will wipe the d: drive of all deleted data

--
Mike


Reply With Quote
  #3  
Old 05-08-2007, 11:03 AM
Moif Murphy
 
Posts: n/a
Default Re: Cleaning old / past data off of IDE Drives

Mike Redrobe wrote:
> "Moif Murphy" <moifmurphy@_OMG_googlemail_WTF_.com> wrote
>> I have a couple of IDE Drives spare and I'd like to clean them up as best
>> as I can so they're completely blank (no left over data after formatting
>> etc). Can anyone suggest a freeware WIN32 or Linux equivalent that can do
>> the job?

>
> In XP:
>
> file-run cipher /w:d
>
> will wipe the d: drive of all deleted data
>
> --
> Mike
>
>


Excellent, I never knew that.

Thanks!
Reply With Quote
  #4  
Old 05-08-2007, 11:04 AM
Bob Willard
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives

Moif Murphy wrote:
> Hi,
>
> I have a couple of IDE Drives spare and I'd like to clean them up as
> best as I can so they're completely blank (no left over data after
> formatting etc). Can anyone suggest a freeware WIN32 or Linux equivalent
> that can do the job?
>
> Thanks!


For Win, I've used Eraser for years -- free and easy, and effective.

Also, most if not all HD vendors have utilities that will write zeroes
to some or all of the HD; make sure you get the utility that writes to
the whole HD, not just the first few hundred sectors. FWIW, writing
zeroes is not as safe as one of Eraser's multi-pass procedures, but IMHO
it is good enough to prevent ordinary mortals from reading your data.
--
Cheers, Bob
Reply With Quote
  #5  
Old 05-08-2007, 11:08 AM
Moif Murphy
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives

Bob Willard wrote:
> Moif Murphy wrote:
>> Hi,
>>
>> I have a couple of IDE Drives spare and I'd like to clean them up as
>> best as I can so they're completely blank (no left over data after
>> formatting etc). Can anyone suggest a freeware WIN32 or Linux
>> equivalent that can do the job?
>>
>> Thanks!

>
> For Win, I've used Eraser for years -- free and easy, and effective.
>
> Also, most if not all HD vendors have utilities that will write zeroes
> to some or all of the HD; make sure you get the utility that writes to
> the whole HD, not just the first few hundred sectors. FWIW, writing
> zeroes is not as safe as one of Eraser's multi-pass procedures, but IMHO
> it is good enough to prevent ordinary mortals from reading your data.


Ok great, I'll check Eraser out as well.

Thanks, Bob.
Reply With Quote
  #6  
Old 05-08-2007, 11:41 AM
Rita Ä Berkowitz
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives

Moif Murphy wrote:

> I have a couple of IDE Drives spare and I'd like to clean them up as
> best as I can so they're completely blank (no left over data after
> formatting etc). Can anyone suggest a freeware WIN32 or Linux
> equivalent that can do the job?


Get "Reclassified" it's the best data wiping/security tool in the industry
and is approved for NSA use.

<http://www.geocities.com/ritaberk2006/reclassification.htm>







Rita

Reply With Quote
  #7  
Old 05-08-2007, 12:27 PM
Arno Wagner
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives

Previously Moif Murphy <moifmurphy@_omg_googlemail_wtf_.com> wrote:
> Hi,


> I have a couple of IDE Drives spare and I'd like to clean them up as
> best as I can so they're completely blank (no left over data after
> formatting etc). Can anyone suggest a freeware WIN32 or Linux equivalent
> that can do the job?


> Thanks!


For Linux: dd_rescue /dev/zero /dev/<target>
Will overwrite every sector with zeros and give a progress indicator.
dd_Rescue is available, e.g., on the Knoppix CD Linux.

Arno
Reply With Quote
  #8  
Old 05-08-2007, 03:00 PM
bealoid
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives

On 8 May, 10:44, Moif Murphy <moifmurphy@_OMG_googlemail_WTF_.com>
wrote:
> Hi,
>
> I have a couple of IDE Drives spare and I'd like to clean them up as
> best as I can so they're completely blank (no left over data after
> formatting etc). Can anyone suggest a freeware WIN32 or Linux equivalent
> that can do the job?
>
> Thanks!


I like DBAN. It's open source and free.
http://dban.sourceforge.net/

You only need to do one over-write, unless you're working to someone's
spec. If you're paranoid or can't be bothered arguing with people or
are working to someone's spec you can do more. Dban allows you to do
all sorts of different wipes.

Reply With Quote
  #9  
Old 05-08-2007, 06:05 PM
Eric Gisin
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives

In XP, use diskpart after deleting partitions:
list disk
select disk #
clean all

"Moif Murphy" <moifmurphy@_OMG_googlemail_WTF_.com> wrote in message
news:5aav78F2nc1jiU1@mid.individual.net...
> Hi,
>
> I have a couple of IDE Drives spare and I'd like to clean them up as best as I can so they're
> completely blank (no left over data after formatting etc). Can anyone suggest a freeware WIN32 or
> Linux equivalent that can do the job?
>
> Thanks!



Reply With Quote
  #10  
Old 05-09-2007, 03:59 PM
Moif Murphy
 
Posts: n/a
Default Re: Cleaing old / past data off of IDE Drives

bealoid wrote:
> On 8 May, 10:44, Moif Murphy <moifmurphy@_OMG_googlemail_WTF_.com>
> wrote:
>> Hi,
>>
>> I have a couple of IDE Drives spare and I'd like to clean them up as
>> best as I can so they're completely blank (no left over data after
>> formatting etc). Can anyone suggest a freeware WIN32 or Linux equivalent
>> that can do the job?
>>
>> Thanks!

>
> I like DBAN. It's open source and free.
> http://dban.sourceforge.net/
>
> You only need to do one over-write, unless you're working to someone's
> spec. If you're paranoid or can't be bothered arguing with people or
> are working to someone's spec you can do more. Dban allows you to do
> all sorts of different wipes.
>


I downloaded burnt off the ISO of DBAN and it's done the job wonderfully.

Thanks
Reply With Quote
Sponsored Links

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger