All of lore.kernel.org
 help / color / mirror / Atom feed
* metadata format 00.90 unknown, ignored
@ 2008-11-06 18:51 Leandro Tracchia
  2008-11-06 19:00 ` Peter Rabbitson
  0 siblings, 1 reply; 6+ messages in thread
From: Leandro Tracchia @ 2008-11-06 18:51 UTC (permalink / raw)
  To: linux-raid

i'm not sure exactly what i did wrong and i wouldn't mind starting
over only i'm not sure how.

i created a raid level 1 array using 2 disks.

mdadm --create /dev/md0 --level=1 --raid-devices=2   /dev/sda   /dev/sdc

then i realized i was supposed to partition these hard drives before
creating the array.

so i stopped the array after creation was complete,

mdadm --stop /dev/md0

and partitioned the hard drives for linux raid auto 'fd'. i only put
one partition on each hard drive.

then i tried to assemble the array like this:

mdadm --assemble /dev/md0 /dev/sda1 /dev/sdc1

but i get these errors:

mdadm: metadata format 00.90 unknown, ignored.
mdadm: cannot open device /dev/sda1: No such file or directory
mdadm: /dev/sda1 has no superblock - assembly aborted

i'm not sure what to do from here... can someone help??

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

end of thread, other threads:[~2008-11-06 21:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-06 18:51 metadata format 00.90 unknown, ignored Leandro Tracchia
2008-11-06 19:00 ` Peter Rabbitson
2008-11-06 19:13   ` Leandro Tracchia
2008-11-06 20:13     ` Leandro Tracchia
2008-11-06 20:37       ` Robin Hill
2008-11-06 21:15         ` Leandro Tracchia

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.