Comment 32 for bug 565971

Revision history for this message
Karel Zak (kzak) wrote :

I'm not sure if there is any direct relation... but there is a bug in libblkid, the blkid command believes that whole iPod disk (e.g. /dev/sdd) is unpartitioned device with FAT filesystem. Try:

    blkid -p -o udev -p /dev/sdd

The incorrect output is

   ID_FS_LABEL=iPod
   ID_FS_LABEL_ENC=iPod
   ID_FS_UUID=A88B-3652
   ID_FS_UUID_ENC=A88B-3652
   ID_FS_VERSION=FAT32
   ID_FS_TYPE=vfat
   ID_FS_USAGE=filesystem

this problem should be fixed by util-linux-ng upstream commit 973af806428c0f853ac0241ab46faee6ccdaab26.