Hi Andre,
Thank you very much for the quick response.
My /dev/md0 device is using /dev/sdd1, /dev/sdg1, /dev/sdj1, and
/dev/sdm1.
I did:
devices=/dev/sd[dgjm]
mdadm -A --run /dev/md0 $devices
I received:
mdadm: cannot open device /dev/sdd: Device or resource busy
mdadm: /dev/sdd has no superblock - assembly aborted
Any ideas?
-Thomas
-----Original Message-----
From: Andre Noll <maan@xxxxxxxxxxxxxxx>
To: thomas62186218@xxxxxxx
Cc: linux-raid@xxxxxxxxxxxxxxx
Sent: Mon, 7 Jul 2008 6:23 am
Subject: Re: md devices disappearing on system reboot
On 08:52, thomas62186218@xxxxxxx wrote:
Thank you for the response. When running: mdadm -A /dev/md0 I get:
mdadm: no devices found for /dev/md0
But fdisk -l shows all the devices present on the system...
Try to specify all component devices manually:
devices=/dev/sd[abcd]
mdadm -A --run /dev/md0 $devices
You'll probably need to modify the content of the above devices
variable.
Andre
--
The only person who always got his work done by Friday was Robinson
Crusoe
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html