Al tough I posted this problem before: I have a 120 gb sdd containing sda1 (home partition) and sda2 (root partition)
Additionally I have a mechanical 4tb hdd (sdb1)
Bookwworm when booting randomly swaps sda1 with sdb1 labels and despite this is not a big problem, I would like to know if based upon the actual fstab (created by Debian installer by UUID) it would be possible to add a label to force sda1 to appear permantly labelled as sda1 and if the answer is yea how would I do it..
Here goes the fstabv
Code: Select all
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=d6e70001-0d10-489e-b9c8-5540d103f2e7 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda1 during installation
UUID=0e71ce84-b217-4b90-8bf3-34cbe083f886 /home ext4 defaults 0 2
##########################################################################
#Entry for /dev/sdb1 :
#/dev/sdb1 /media/WIN2K ext4 rw,nosuid,user,nodev,uhelper=devkit 0 2
UUID="03ee29ab-d62f-4a32-87b7-cd0afff2ca70" /media/WIN2K ext4 rw,nosuid,user,nodev,uhelper=devkit 0 2