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?
"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?
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
>
>
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
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.
> 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.
> 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.
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!
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.
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!
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.