[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-04-21 Thread Mathew Hodson
*** This bug is a duplicate of bug 1393542 *** https://bugs.launchpad.net/bugs/1393542 ** This bug is no longer a duplicate of bug 1389021 Does not detect hotplugged storage device (exfat) ** This bug has been marked a duplicate of bug 1393542 [SRU] exfat not detected by blkid -- You

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-04-06 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1389021 *** https://bugs.launchpad.net/bugs/1389021 Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: util-linux (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-08 Thread unrud
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

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-08 Thread unrud
The problem only appears if no label is set for the exfat partition. -- 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

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-08 Thread unrud
*** This bug is a duplicate of bug 1389021 *** https://bugs.launchpad.net/bugs/1389021 ** This bug has been marked a duplicate of bug 1389021 Does not detect hotplugged storage device (exfat) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-06 Thread unrud
I've traced the problem to udev. The ID_FS_* properties are missing from the udev device. udisks2 uses the ID_FS_TYPE property to determine the filesystem type. ** Package changed: udisks2 (Ubuntu) = udev (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-06 Thread Phillip Susi
udev gets that information from blkid, so does blkid recognize it? ** Package changed: udev (Ubuntu) = util-linux (Ubuntu) -- 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

[Bug 1416794] Re: Can't mount exFAT on Ubuntu 14.10

2015-02-01 Thread unrud
** Description changed: 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