Re: Possible to delete RAID metadata from hard drives?



Previously Howard Griffin <hrg@xxxxxxxxx> wrote:
Is there any way to remove/delete/deactivate RAID metadata (aka
"signatures") from my hard drives? A long time ago I had the drives in
a RAID set, but quickly reconsidered and decided to use them as
independent drives. My disaster-recovery CD (for restoration of a
disk image) boots into SuSE Linux (with DMRAID) and insists on seeing
the two drives as a RAID set because of the metadata present on them.
Thus, the disaster-recovery CD is useless. I want to remove the
metadata from these drives so the recovery CD will see them as
separate drives. I have gone into the SATA/RAID BIOS for my Silicon
Image 3112 controller, but it reports that no RAID sets exist and that
there are no conflicts to resolve. Can anyone advise? Would the
DMRAID tool allow me to deactivate the metadata? Many thanks.

Complete disk/parition blanking under Linux:

cat /dev/zero > /dev/hd<target> (or /dev/sd<target> for SCSI/SATA)

or with comfortable progress output

dd_rescue -w /dev/zero /dev/hd<target> (see above)

This will remove any data from the drive, including the
matadata. If this is Linux software RAID, you can speed things
up by overwtriting only the last MBs of the raid devices
(drive or partition), since the dm stores the RAID superblock
there. Use option -S <size - 100MB, e.g.> of dd_rescue. I don't
know whether SuSe has dd_rescue, but Knoppix does.

Arno
.



Relevant Pages

  • Possible to delete RAID metadata from hard drives?
    ... "signatures") from my hard drives? ... the two drives as a RAID set because of the metadata present on them. ... DMRAID tool allow me to deactivate the metadata? ...
    (comp.sys.ibm.pc.hardware.storage)
  • Re: adding disks
    ... Are you buying the disks new from IBM? ... and add them to the RAID set). ... So even if you don't get the drives new, ... You've got between 30 and 60 seconds to install the drive, ...
    (comp.sys.ibm.as400.misc)
  • Re: More RAID 1 questions
    ... Physical drive 0 and 1 are a raid set, identified by the Logical Drive: ... You can't create any more raid sets, as all your drives are already in raid ... > the SATARaid configuration software to work.... ... > Now, in the configuration window, when i click on setup RAID 1, it says ...
    (microsoft.public.windows.server.sbs)
  • Upgrade & Migrate Plan
    ... As for moving the OS from one RAID set to another RAID set ... (larger drives), I ended up using Ghost 6.5 Enterprize to ... >I need to upgrade our Windows 2000 Advanced Server to SBS ...
    (microsoft.public.windows.server.sbs)
  • RE: HELP !!! raid 5 problem
    ... I have looked at raidmon - does this monitor hardware? ... Is there a specific monitor for my specific controller - "Compaq smart array ... if you're manually assigning scsi id's to the drives. ... the RAID set is not working then. ...
    (RedHat)

Loading