sntimi,
Kernel device names are allocated on a drive detection order.
Your original /dev/sda became /dev/sdb when you added a drive.
The hack is to swap motherboard connectors, so that your original sda is detected first. Thats not robust. You add more drives and you have to do it again.
The ...