Jump to content

Recommended Posts

Posted

Hi,

 

I need to Erase some disks on a server before I give them away. All my usual products such as DBAN and KillDisk will not work with Raid Cards. Can anyone suggest another product please? The servers are Dell PowerEdge 2950's with a Perc 5 card.

 

Thanks

Posted
Its a 1 off. Usually an outside company does the erasing for us in exchange for the server hardware. We are not going to chuck money at it, because the servers are being given away for nothing.
Posted

How about create two volumes - one (say 40GB in size for a Windows OS install) and the other with the reminder of the capacity of the drives with everything in RAID0.

 

Install Windows and then use the blank space eraser tool in Eraser Eraser | Internet Security and Privacy on the other partition to obliterate anything that might still be around.

Posted
Have you tried Ultimate Boot CD? I've no idea if it will work on RAID but it has partitioning tools and disc shredding software on it. It's free.
Posted (edited)

Here's what I do:

 

1. Break the existing RAID arrays and reconfigure for RAID0 (striped) to reduce erasing performance.

2. Boot with a Ubuntu Live CD (recognises most RAID controllers in my experience, including Dell PERC)

3. Find disk device names using:

 

sudo lshw -class disk | less

 

4. For each device, run (for example device sda):

 

sudo shred -vz /dev/sda

Edited by AngryTechnician
Posted
Then use the cypher tool to overwrite all free space with randomised data: http://support.microsoft.com/kb/315672

A full format would also work: http://support.microsoft.com/kb/941961

 

The format command behavior has changed in Windows Vista. By default in Windows Vista, the format command writes zeros to the whole disk when a full format is performed. In Windows XP and in earlier versions of the Windows operating system, the format command does not write zeros to the whole disk when a full format is performed.

 

See also: Overwriting Hard Drive Data: The Great Wiping Controversy

  • Thanks 1
Posted (edited)

Thanks chaps for a new things to go on. I am going to start with the Linux route.

 

Hey @FN-GM do you know where they are going and do you trust them? Are they staying in the UK?

@bossman is having them.

Edited by FN-GM
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...