Currently I have Linux Mint installed on my PC with a USB hard drive partition mounted as /home. This is working well.
If I install a second USB hard drive, is there any chance Linux will get confused between the two, and try mount the second hard drive's partition as /home on boot? That would be bad.
Coming from Windows, I've seen it happen often that drive letters are not "remembered" correctly causing all sorts of issues.
I guess the main question is: How does Linux actually know which USB hard drive is /dev/sdb and which is /media/misha/my_2nd_drive?