I remember somewhere that it’s always better to mount disks through their UUIDs rather than on their dev block (e.g. /dev/sdb1) as this usually changes around. So here are the ways to check for the UUID of a specific dev block.
1. lsblk -f
2. /dev/disk/by-uuid
When the UUID has been identified, mount them through the /etc/fstab: