Unix Technical Forum

Disk wiping under AIX

This is a discussion on Disk wiping under AIX within the AIX Operating System forums, part of the Unix Operating Systems category; --> Is there any AIX tool available to perform government level disk wipes on hard drives? Thanks, Bob...


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-05-2008, 02:49 AM
Bob F
 
Posts: n/a
Default Disk wiping under AIX


Is there any AIX tool available to perform government level disk wipes
on hard drives?

Thanks,
Bob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-05-2008, 02:50 AM
Mike
 
Posts: n/a
Default Re: Disk wiping under AIX

In article <k8vvf09n7ne5odpha04mdj637m6mmhd705@4ax.com>, Bob F wrote:
>
> Is there any AIX tool available to perform government level disk wipes
> on hard drives?
>
> Thanks,
> Bob


# dd if=/dev/null of=/dev/DRIVE
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-05-2008, 02:50 AM
Steve N.
 
Posts: n/a
Default Re: Disk wiping under AIX

Bob F <bobf@nospamplease.com> wrote in message news:<k8vvf09n7ne5odpha04mdj637m6mmhd705@4ax.com>. ..
> Is there any AIX tool available to perform government level disk wipes
> on hard drives?
>
> Thanks,
> Bob


There is probably an easier way, but if you have a new disk in your
system, you could try to use the diag option:

diag
- Task Selection
- Disk Maintenance
- Disk to Disk Copy

Copy the "empty" new disk to the disk you want to wipe...I believe it
will replace every sector on the old disk with the contents of the new
empty disk. Take note: This is theory and I have never tested it.
Hopefully someone else can give more details (or even confirm if the
method I suggested would work).

Steve
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-05-2008, 02:50 AM
Bob F
 
Posts: n/a
Default Re: Disk wiping under AIX

In <a7f2ae7e.0407221349.177a68b1@posting.google.com >, Steve N. wrote:

>diag
>- Task Selection
>- Disk Maintenance
>- Disk to Disk Copy
>
>Copy the "empty" new disk to the disk you want to wipe


I guess I should have explained it better. I'm looking for a program that
will write several passes over the disk using different patterns on each
pass. The object being to make the entire disk "unrecoverable" to even the
best of forensic analysis. We have several disks that need to be wiped of
all trace of customer information before they are given away to schools. I
remember seeing diags for disks that would allow you to enter patterns and
select a number of passes, but that was years ago and the drives were a lot
smaller then.

Thanks for the input.

Bob
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-05-2008, 02:50 AM
Andreas Schulze
 
Posts: n/a
Default Re: Disk wiping under AIX

"Bob F" <bobf@nospamplease.com> schrieb im Newsbeitrag
news:9gu0g0lka7ei3ruu33qmn9bbn987b9d661@4ax.com...
> In <a7f2ae7e.0407221349.177a68b1@posting.google.com >, Steve N. wrote:
>
> >diag
> >- Task Selection
> >- Disk Maintenance
> >- Disk to Disk Copy
> >
> >Copy the "empty" new disk to the disk you want to wipe

>
> I guess I should have explained it better. I'm looking for a program that
> will write several passes over the disk using different patterns on each
> pass. The object being to make the entire disk "unrecoverable" to even

the
> best of forensic analysis. We have several disks that need to be wiped of
> all trace of customer information before they are given away to schools. I
> remember seeing diags for disks that would allow you to enter patterns and
> select a number of passes, but that was years ago and the drives were a

lot
> smaller then.
>
> Thanks for the input.
>
> Bob


Hallo Bob,

the diag option to format media Steve suggested does this. It will overwrite
your disk three times: first time with all zeros, then ones and finally
random data. That should be sufficient for disks you give away to schools
because <QUOTE IBM>this erase operation fulfils the corresponding legal
requirements of the US and many European countries</QUOTE IBM>.
In case you feel still uncomfortable you might simply run format from diag
several times.

HTH,
Andreas


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-05-2008, 02:50 AM
Andreas Schulze
 
Posts: n/a
Default Re: Disk wiping under AIX

"Andreas Schulze" <b79xan@gmx.de> schrieb im Newsbeitrag
news:cdq8n1$qrl1@news-1.bank.dresdner.net...
> "Bob F" <bobf@nospamplease.com> schrieb im Newsbeitrag
> news:9gu0g0lka7ei3ruu33qmn9bbn987b9d661@4ax.com...
> > In <a7f2ae7e.0407221349.177a68b1@posting.google.com >, Steve N. wrote:
> >
> > >diag
> > >- Task Selection
> > >- Disk Maintenance
> > >- Disk to Disk Copy
> > >
> > >Copy the "empty" new disk to the disk you want to wipe

> >
> > I guess I should have explained it better. I'm looking for a program

that
> > will write several passes over the disk using different patterns on each
> > pass. The object being to make the entire disk "unrecoverable" to even

> the
> > best of forensic analysis. We have several disks that need to be wiped

of
> > all trace of customer information before they are given away to schools.

I
> > remember seeing diags for disks that would allow you to enter patterns

and
> > select a number of passes, but that was years ago and the drives were a

> lot
> > smaller then.
> >
> > Thanks for the input.
> >
> > Bob

>
> Hallo Bob,
>
> the diag option to format media Steve suggested does this. It will

overwrite
> your disk three times: first time with all zeros, then ones and finally
> random data. That should be sufficient for disks you give away to schools
> because <QUOTE IBM>this erase operation fulfils the corresponding legal
> requirements of the US and many European countries</QUOTE IBM>.
> In case you feel still uncomfortable you might simply run format from diag
> several times.
>
> HTH,
> Andreas
>

Oops, I just realised that Steve suggested Disk To Disk Copy instead of
Format Media. So, to be precise I shall like to emphasize that I from the
diag panels for disk management you need to use the format option.

Regards,
Andreas


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-05-2008, 02:50 AM
Florian Heigl
 
Posts: n/a
Default Re: Disk wiping under AIX

Mike wrote:

> In article <k8vvf09n7ne5odpha04mdj637m6mmhd705@4ax.com>, Bob F wrote:
>
>>Is there any AIX tool available to perform government level disk wipes
>>on hard drives?
>>
>>Thanks,
>>Bob

>
>
> # dd if=/dev/null of=/dev/DRIVE


a) this won't be enough as a zeroed disk is recovered easily
enough in case someone really wants to.
b) this doesn't even work for more than the first block.
You meant dd if=/dev/zero of=/dev/DRIVE !
In future at least add a second dd from /dev/urandom


The nicest way is doing eight rounds with an rotating pattern,
0111111
1011111
1101111
1110111
1111011
1111101
1111110


Florian

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-05-2008, 02:50 AM
Jurjen Oskam
 
Posts: n/a
Default Re: Disk wiping under AIX

On 2004-07-23, Bob F <bobf@nospamplease.com> wrote:

> pass. The object being to make the entire disk "unrecoverable" to even the
> best of forensic analysis.


If that is your goal you must physically destroy those disks, paying special
attention to the platters. Melting would be good.

This means that you can't give away disks you want to protect against the best
of forensic analysis.

--
Jurjen Oskam

"Avoid putting a paging file on a fault-tolerant drive, such as a mirrored
volume or a RAID-5 volume. Paging files do not need fault-tolerance."-MS Q308417
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 On
Forum Jump


All times are GMT. The time now is 12:39 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com