linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* new array not starting
@ 2006-11-08  1:59 Robin Bowes
  2006-11-08  2:12 ` Robin Bowes
  0 siblings, 1 reply; 7+ messages in thread
From: Robin Bowes @ 2006-11-08  1:59 UTC (permalink / raw)
  To: linux-raid

Hi,

I've just done an FC6 install on to a system with 2 x 250GB disks and 8
x 500GB disks. /dev/md0 is a 100MB mirror mounted as boot, and /dev/md1
is another mirror using the rest of the disks and is assigned to an LVM
PV/VG with LVs created for various system partitions.

After fun and games with grub (0.97 only supports up to 8 disks - I had
to patch grub to support up to 16 disks) I got the server to boot.

I then configured /dev/md2 as an 8 disk RAID6 array using the 8 x 500GB
disks using the whole of each disk for the array, i.e. no partitions.

This is the command I used to create the array:

mdadm --create /dev/md2 --raid-devices=8 --level=6 --auto=yes /dev/sdc
/dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh /dev/sdi /dev/sdj

When the array havd finished syncing, I rebooted the server.

However, /dev/md2 did not restart.

If I try to start the array manually:

# mdadm --assemble --auto=yes  /dev/md2 /dev/hdc /dev/hdd /dev/hde
/dev/hdf /dev/hdg /dev/hdh /dev/hdi /dev/hdj
mdadm: cannot open device /dev/hdc: No such file or directory
mdadm: /dev/hdc has no superblock - assembly aborted

What's going on here? No superblock? Doesn't that get written when the
array is created?

Am I doing this right?

Thanks,

R.


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

end of thread, other threads:[~2006-11-08 16:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08  1:59 new array not starting Robin Bowes
2006-11-08  2:12 ` Robin Bowes
2006-11-08  2:37   ` Robin Bowes
2006-11-08  2:52     ` Robin Bowes
2006-11-08 12:55       ` Robin Bowes
2006-11-08 16:58       ` Bill Davidsen
2006-11-08  2:53     ` Richard Scobie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).