It is not a problem. You can "reset" them to the correct order but
you would need to check your grub menu and fstab in case there were any
references to "sdXX" instead of to UUIDs. The reason is at least two of
the partition "sdXX" designations would change after you 'reset' them.



For those wishing to do so, here is the procedure. Note that your system
will operate fine without making this change and you run the risk of
screwing up your boot process or partition mounting if the partition
designations no longer match in fstab or menu.lst:

Code:
sudo fdisk /dev/sda
at the prompt:

m (for help)

at the prompt:


x (extra functionality - experts only)

f (fix)

w (write to disk and exit)

You may get a warning that devices are in use and the new table will be used at the next boot.

Check fstab and menu.lst before rebooting.

Repeat for other drives.