Re: Possible to delete RAID metadata from hard drives?



So, I guess there's no way to do this non-destructively, correct?

On 27 Feb 2006 17:37:44 GMT, Arno Wagner <me@xxxxxxxxxxx> wrote:

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

  • New System planning -- Summary
    ... >To build a system that to run Linux (probably Ubuntu or Kubuntu, ... > Flat Panel monitor, Make? ... You want huge hard drives with 16 MB buffers. ... Two fast 160 GB drives will work, but not RAID, one 250 MB drive is cheaper. ...
    (Ubuntu)
  • Re: Storage for the home user.
    ... Be sure to put the OS and SWAP file and a DIFFERENT drive/set of drives than the drives used to store the data. ... While OS corruptions and crashes don't happen often on Linux, ... I attached a tape library to the server via a SCSI card and backup from the local RAID to the tape. ...
    (comp.arch.storage)
  • Re: installation puzzle
    ... book "Suse Linux 10 Unleashed". ... separate third hard drive (or, really, second hard drive, since the two RAID ... drives are functionally just one). ... installation it would proceed to the task of "Creating the root User". ...
    (comp.os.linux.setup)
  • Re: device names for IDE with SATA?
    ... > would the SATA drives be hda, hdb, and then the IDE drive as hdc? ... Linux drivers capable of supporting your Abit IC7-MAX3 motherboard's ... least-effort driver, i.e., the regular drivers/ide ATA driver (using the ... No. RAID or not RAID is irrelevant to that question. ...
    (comp.os.linux.hardware)
  • Re: raid controller
    ... In his article he states four major reasons to discourage RAID; ... Without RAID you could do a traditional backup at 8:00 AM and at 8:30 AM ... But It's asking for 'RAID Controller' ... hard drives with drive/s C on both drives. ...
    (microsoft.public.windowsxp.basics)