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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1416794

Title:
  Can't mount exFAT on Ubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1416794/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to