Finally, after a few tests with the “lsblk -f”, “blkid /dev/…” and “fdisk -l” commands, the results are as follows.
I do not understand why there is the same UUID on the sda3 and mmcblk1p3 and also the same “Disk identifier:”.
SBC Radxa rock-5c booted on SD card and SSD connected to USB and I get this, see below:
/////////////
rock-5c:~$ lsblk -f
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
|-sda1 vfat FAT16 config 4F2E-FC80
|-sda2 vfat FAT16 efi 4F30-50A2
`-sda3 ext4 1.0 rootfs a59c0a30-df88-45a2-ad0e-3eb1711ff8a8
mmcblk1
|-mmcblk1p1 vfat FAT16 config 4F2E-FC80 15.9M 0% /config
|-mmcblk1p2 vfat FAT16 efi 4F30-50A2 299.8M 0% /boot/efi
`-mmcblk1p3 ext4 1.0 rootfs a59c0a30-df88-45a2-ad0e-3eb1711ff8a8 1.5G 73% /
zram0 [SWAP]
/////////////
rock-5c:~$ sudo blkid /dev/sda3
/dev/sda3: LABEL=“rootfs” UUID=“a59c0a30-df88-45a2-ad0e-3eb1711ff8a8” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“primary” PARTUUID=“5690d8bb-b470-4a26-958a-5c1135d8f1ef”
rock-5c:~$ sudo blkid /dev/mmcblk1p3
/dev/mmcblk1p3: LABEL=“rootfs” UUID=“a59c0a30-df88-45a2-ad0e-3eb1711ff8a8” BLOCK_SIZE=“4096” TYPE=“ext4” PARTLABEL=“primary” PARTUUID=“5690d8bb-b470-4a26-958a-5c1135d8f1ef”
/////////////
rock-5c:~$ sudo fdisk -l
Disk /dev/ram0: 4 MiB, 4194304 bytes, 8192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mmcblk1: 7.4 GiB, 7948206080 bytes, 15523840 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 3B224E8F-6BA8-4923-AB39-B84CF5D0E668
Device Start End Sectors Size Type
/dev/mmcblk1p1 32768 65535 32768 16M Linux filesystem
/dev/mmcblk1p2 65536 679935 614400 300M Linux filesystem
/dev/mmcblk1p3 679936 15523806 14843871 7.1G Linux filesystem
Disk /dev/zram0: 3.88 GiB, 4162592768 bytes, 1016258 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/sda: 111.79 GiB, 120034123776 bytes, 234441648 sectors
Disk model: JC
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: 3B224E8F-6BA8-4923-AB39-B84CF5D0E668
Device Start End Sectors Size Type
/dev/sda1 32768 65535 32768 16M Linux filesystem
/dev/sda2 65536 679935 614400 300M Linux filesystem
/dev/sda3 679936 234440703 233760768 111.5G Linux filesystem