I've realized that the uuid code of my two HD aren't the same on different boots. Here are the contents of /dev/disk/by-uuid in 2 moments of today:
This morning:
Code:
lrwxrwxrwx 1 root root 10 mar 23 10:25 122c0f1c-9f47-475b-b460-2d6188b0c440 -> ../../sda2
lrwxrwxrwx 1 root root 10 mar 23 10:25 17405d87-e0a8-4b36-94cd-27682c750d50 -> ../../sda3
lrwxrwxrwx 1 root root 10 mar 23 10:25 41809959-28b0-449b-9deb-e1495e2b742e -> ../../sdb3
lrwxrwxrwx 1 root root 10 mar 23 10:26 91436a3a-1b66-45f9-8e50-4be8e3b4fd4f -> ../../sdb2
lrwxrwxrwx 1 root root 10 mar 23 10:25 9c20d769-2927-4bcd-bb03-73c5c384b6b2 -> ../../sdb1
lrwxrwxrwx 1 root root 10 mar 23 10:25 a29f44f5-75aa-48f8-90ad-2dc8ee1c4fb7 -> ../../sdb4
lrwxrwxrwx 1 root root 10 mar 23 10:26 d1e46756-9e15-48e1-964e-3cd1b8263f71 -> ../../sda1
This night:
Code:
lrwxrwxrwx 1 root root 10 mar 23 22:13 122c0f1c-9f47-475b-b460-2d6188b0c440 -> ../../sdb2
lrwxrwxrwx 1 root root 10 mar 23 22:13 17405d87-e0a8-4b36-94cd-27682c750d50 -> ../../sdb3
lrwxrwxrwx 1 root root 10 mar 23 22:13 41809959-28b0-449b-9deb-e1495e2b742e -> ../../sda3
lrwxrwxrwx 1 root root 10 mar 23 22:13 91436a3a-1b66-45f9-8e50-4be8e3b4fd4f -> ../../sda2
lrwxrwxrwx 1 root root 10 mar 23 22:13 9c20d769-2927-4bcd-bb03-73c5c384b6b2 -> ../../sda1
lrwxrwxrwx 1 root root 10 mar 23 22:13 a29f44f5-75aa-48f8-90ad-2dc8ee1c4fb7 -> ../../sda4
lrwxrwxrwx 1 root root 10 mar 23 22:13 d1e46756-9e15-48e1-964e-3cd1b8263f71 -> ../../sdb1
As you can see, the sda... disk has turned into sdb... and vice-versa. It could be only a curiosity if it does not complicate a lot the administration of the system.
Any advice will be very appreciated.
Regards.
Luis_P. |