blkid doesn't recognize exfat. The error seems to be in the file "libblkid/src/superblocks/exfat.c" in function "probe_exfat": In line 124 "if (errno)" is always true because "errno" is already !=0 before "probe_exfat" is called. The problem can be fixed by either adding "errno = 0;" to the beginning of the "probe_exfat" function or by removing the seemingly useless check altogether.
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to util-linux in Ubuntu. https://bugs.launchpad.net/bugs/1416794 Title: Can't mount exFAT on Ubuntu 14.10 Status in util-linux package in Ubuntu: New Bug description: I've installed the packages exfat-fuse and exfat-utils but I can't mount exFAT filesystems through udisks2. $ udisksctl mount --block-device /dev/sdb1 Object /org/freedesktop/UDisks2/block_devices/sdb1 is not a mountable filesystem. Mounting with $ sudo mount /dev/sdb1 ... works fine. It works fine on Ubuntu 14.04. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1416794/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp