2024-10-25, 04:39 PM
(2024-10-25, 04:07 PM)TheDreadPirate Wrote: It does provide the same UUID.
Code:chris@rat-trap:~$ sudo fdisk -x /dev/sdd ; echo "***************" ; sudo blkid /dev/sdd1
Disk /dev/sdd: 2.73 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: WDC WD30EFRX-68N
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 524790FD-E3D1-4F80-B9A1-F0582FA72E06
First usable LBA: 34
Last usable LBA: 5860533134
Alternative LBA: 5860533167
Partition entries starting LBA: 2
Allocated partition entries: 128
Partition entries ending LBA: 33
Device Start End Sectors Type-UUID UUID Name Attrs
/dev/sdd1 2048 5860533134 5860531087 0FC63DAF-8483-4772-8E79-3D69D8477DE4 63C1787F-E1A3-B34A-AE05-EB66F240E17D
***************
/dev/sdd1: UUID="ec176098-2c7a-471d-9bd2-2c67b954387a" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="63c1787f-e1a3-b34a-ae05-eb66f240e17d"
The UUID for the partition is the same value, "63C1787F-E1A3-B34A-AE05-EB66F240E17D".
The UUID from blkid is "ec176098-2c7a-471d-9bd2-2c67b954387a" which is not the same as
"63C1787F-E1A3-B34A-AE05-EB66F240E17D". fstab wants that uuid.