Suppose I have a situation like I have installed /etc
and /boot
in two separate partition which belongs to an USB device , and the rest of the system /
and /home
in the HDD. Now my question is I need to statically route the USB device in my fstab
, but the problem is there is no certainty that the USB will always take say /dev/sdb
or /dev/sdc
, so my approach would be to use BLKID
.
Here I am confused as to whether the BLKID of a particular Hardware Device ( With a static Hardware ID) always the same? if not what is the work around in the situation?
How are BLKID's Assigned ?