On Tuesday 29 January 2008 11:09:50 am Stuart Gall wrote: > This is possible for EXT2/EXT3 but it is not possile AFAIKS for swap. > Also the reason these systems have multiple sata controllers is that > they have a raid partition. So also I am not sure how the md device > would handle having its disks moved around.
You can label swap partitions like this: mkswap -L <label> <block device> Another option is to use swap files. AFAIK software raid stores the information about how a particular partition fits into a whole raid array on the partition itself, so the way in which the devices appear in /dev makes no difference. I am using a software raid array and have the same problem. Labeling the partitions (including the swap partitions) made everything work. MM -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

