All of lore.kernel.org
 help / color / mirror / Atom feed
* old raid0run
@ 2007-02-11  6:33 Marco Scoffier
  2007-02-11  6:59 ` Michael Tokarev
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Scoffier @ 2007-02-11  6:33 UTC (permalink / raw)
  To: linux-raid

Hello all,

I have an old raid0 with no superblocks.

I have just upgraded the machine with this raid and mdadm is incapable of
mounting it.  Unfortunately raidtools will no longer compile*.  So I am a
bit stuck as I would like to save the data on this raid0.

Can I create a new raid0 using mdadm ?

  mdadm -C -n 2 -c 128 -l 0 /dev/md0 /dev/hde1 /dev/hdg1

or should I build a new raid0 and then upgrade that to a raid0 with
superblocks (how would I do that?)

Thanks for any pointers,



As there are no super-blocks mdadm is
giving very little information:

mdadm -E /dev/hde1
mdadm: No md superblock detected on /dev/hde1.
mdadm -E /dev/hdg1
mdadm: No md superblock detected on /dev/hdg1.

mdadm -As /dev/md0 
mdadm: /dev/hde1 has no superblock - assembly aborted


the raidtab is clear:

# Sample raid-0 configuration

raiddev                 /dev/md0

raid-level              0    # it's not obvious but this *must* be 
                             # right after raiddev

persistent-superblock   0    # set this to 1 if you want autostart,
                             # BUT SETTING TO 1 WILL DESTROY PREVIOUS
                             # CONTENTS if this is a RAID0 array created
                             # by older raidtools (0.40-0.51) or mdtools!

chunk-size              128

nr-raid-disks           2
nr-spare-disks          0

device                  /dev/hde1
raid-disk               0

device                  /dev/hdg1
raid-disk               1

-- 
Marco

* the raidtools compile error is some awfull stuff in a macro.  There is a
bug report here: http://bugs.gentoo.org/show_bug.cgi?id=165917


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-11  7:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-11  6:33 old raid0run Marco Scoffier
2007-02-11  6:59 ` Michael Tokarev
2007-02-11  7:45   ` Marco Scoffier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.