Package: util-linux
Version: 2.17.2-9

blkid fails to recognize /dev/sdd8 on a gpt disk. Sample
session:

# parted /dev/sdd u s p
Model: WDC WD32 00BPVT-26JJ5T0 (scsi)
Disk /dev/sdd: 625142448s
Sector size (logical/physical): 512B/512B
Partition Table: gpt

Number  Start       End         Size       File system     Name       Flags
 1      63s         2047s       1985s                      bios_grub  bios_grub
 2      2048s       524287s     522240s    fat16           efi_boot
 3      524288s     67108863s   66584576s  ext4            root
 4      67108864s   100663295s  33554432s  linux-swap(v1)  swap
 5      100663296s  167772159s  67108864s  ext4            root1
 6      167772160s  234881023s  67108864s  ext4            root2
 7      234881024s  301989887s  67108864s  ext4            root3
 8      301989888s  369098751s  67108864s  ext4            root4

# blkid -c /dev/null | grep sdd | sort
/dev/sdd2: SEC_TYPE="msdos" LABEL="EFI_BOOT" UUID="C318-1EC3" TYPE="vfat"
/dev/sdd3: LABEL="root" UUID="023f209e-2183-40a6-8cf4-f679a036b196" TYPE="ext4"
/dev/sdd4: LABEL="swap" UUID="0265791e-504e-48e9-9843-b291e2565084" TYPE="swap"
/dev/sdd5: LABEL="root1" UUID="026f5bf9-2149-4be1-9e0a-9fe8e4a50305" TYPE="ext4"
/dev/sdd6: LABEL="root2" UUID="95bffdf3-1422-4b58-bf3f-e7c2ad9d1dc4" TYPE="ext4"
/dev/sdd7: LABEL="root3" UUID="fbcfa206-f199-4ff3-81b8-564068371fbf" TYPE="ext4"


This is pretty painful.


Regards
Harri


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to