On Wed, Apr 22, 2009 at 09:20:49PM -0400, Doug Ledford wrote: > > # This file causes block devices with Linux RAID (mdadm) signatures to > # automatically cause mdadm to be run. > # See udev(8) for syntax > > SUBSYSTEM=="block", ACTION=="add", ENV{ID_FS_TYPE}=="linux_raid_member", > \ > IMPORT{program}="/sbin/mdadm --examine --export $tempnode", \ > RUN+="/bin/bash -c '[ ! -f /dev/.in_sysinit ] && mdadm -I > $env{DEVNAME}'" It seems the missing "change" is causing problems too. In fact, the first time the array is connected (it's hotpluggable), devices are "added", but the second time the devices are already there (not removed by unplug) and there is no "add" anymore, so the array is not assembled. If the devices are deleted (rm /dev/md/...), then it works again (somehow, not really, to be honest). bye, -- piergiorgio -- 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