Caspar Smit wrote: > Previous drivers I used (from scst and from supermicro) assigned /dev/sdb > to slot 0, sdc to slot 1, etc.. like it should. No, it should 1. assign a unique device name to a device once it was discovered, 2. discover devices as quickly as possible, which in turn usually means in parallel, and that means in random order. The kernel's device names do not mean anything. (They never did.) Use udev's /dev/disk/by-*/ symlinks, or partition labels or IDs, whenever you need not only unique but also persistent device names. -- Stefan Richter -=====-==--= ==-- =-=== http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html