Does not detect hotplugged storage device (exfat)

Bug #1389021 reported by Oliver S.
This bug report is a duplicate of:  Bug #1393542: [SRU] exfat not detected by blkid. Edit Remove
166
This bug affects 37 people
Affects Status Importance Assigned to Milestone
util-linux (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

It used to work then stopped for some reason.

Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x7c367968

Device Boot Start End Sectors Size Id Type
/dev/sdb1 63 488392064 488392002 232.9G 7 HPFS/NTFS/exFAT

exfatfsck /dev/sdb1 finds no error

mount -t exfat works, it's just auto-mounting that doesn't.
'-t' is required though, not sure if that's normal:
mount: /dev/sdb1: more filesystems detected. This should not happen,
       use -t <type> to explicitly specify the filesystem type or
       use wipefs(8) to clean up the device.

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: gvfs 1.20.2-1ubuntu2
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Tue Nov 4 00:39:03 2014
HotplugNewDevices: /dev/sdb1 /dev/sdb
HotplugNewMounts:

InstallationDate: Installed on 2014-10-03 (31 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
SourcePackage: gvfs
Symptom: storage
Title: Does not detect hotplugged storage device
UpgradeStatus: Upgraded to utopic on 2014-10-24 (10 days ago)

Revision history for this message
Oliver S. (osaier) wrote :
Revision history for this message
Unkraut (unkraut2) wrote :

Same thing here.

Prior to upgrading to ubuntu 14.10 the SD Card of my camera used to be automatically mounted when I plugged it in. Now, this does not happen and mount /dev/sdb1 /mnt returns:

mount: /dev/sdb1: more filesystems detected. This should not happen,
       use -t <type> to explicitly specify the filesystem type or
       use wipefs(8) to clean up the device.

mount -t exfat /dev/sdb1 /mnt does the job.

fdisk -l /dev/sdb returns:

Disk /dev/sdb: 63 GB, 63482711040 bytes
255 heads, 63 sectors/track, 7718 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot Start End Blocks Id System
/dev/sdb1 3 7719 62002773 7 HPFS/NTFS
Warning: Partition 1 does not end on cylinder boundary.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in gvfs (Ubuntu):
status: New → Confirmed
Revision history for this message
Martin Matuska (mm-vx) wrote :
affects: gvfs (Ubuntu) → util-linux (Ubuntu)
Revision history for this message
Doug McMahon (mc3man) wrote :

Fixed in 15.04 > 2.25.2-2ubuntu1 (2.25.2-1 source) so should be marked "Fix Released"

Revision history for this message
Oliver S. (osaier) wrote :

Confirmed fixed for me, nice work!

http://packages.ubuntu.com/vivid/libblkid1

Changed in util-linux (Ubuntu):
status: Confirmed → Fix Released
Revision history for this message
Martin Matuska (mm-vx) wrote :

SRU utopic: bug #1393542

Revision history for this message
AndreK (andre-k) wrote :

please tell how tp properly install this upgraded package on 14.10.
(I doubt adding repositories for vivid is a good idea)

Revision history for this message
Oliver S. (osaier) wrote :

I downloaded the .deb (link in comment #6) and installed it with gdebi.

Revision history for this message
Oliver S. (osaier) wrote : Re: [Bug 1389021] Re: Does not detect hotplugged storage device (exfat)

On a side note I'm not sure why we should wait for Vivid to get this fix
while Aptitude finds me upgradable packages almost everyday, most of which
looking less impacting than this one.

On Mon Dec 01 2014 at 11:11:14 PM Oliver S. <email address hidden>
wrote:

> I downloaded the .deb (link in comment #6) and installed it with gdebi.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1389021
>
> Title:
> Does not detect hotplugged storage device (exfat)
>
> Status in util-linux package in Ubuntu:
> Fix Released
>
> Bug description:
> It used to work then stopped for some reason.
>
> Disk /dev/sdb: 232.9 GiB, 250059350016 bytes, 488397168 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disklabel type: dos
> Disk identifier: 0x7c367968
>
> Device Boot Start End Sectors Size Id Type
> /dev/sdb1 63 488392064 488392002 232.9G 7 HPFS/NTFS/exFAT
>
>
> exfatfsck /dev/sdb1 finds no error
>
> mount -t exfat works, it's just auto-mounting that doesn't.
> '-t' is required though, not sure if that's normal:
> mount: /dev/sdb1: more filesystems detected. This should not happen,
> use -t <type> to explicitly specify the filesystem type or
> use wipefs(8) to clean up the device.
>
> ProblemType: Bug
> DistroRelease: Ubuntu 14.10
> Package: gvfs 1.20.2-1ubuntu2
> ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
> Uname: Linux 3.16.0-24-generic x86_64
> ApportVersion: 2.14.7-0ubuntu8
> Architecture: amd64
> CurrentDesktop: Unity
> Date: Tue Nov 4 00:39:03 2014
> HotplugNewDevices: /dev/sdb1 /dev/sdb
> HotplugNewMounts:
>
> InstallationDate: Installed on 2014-10-03 (31 days ago)
> InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64
> (20140417)
> SourcePackage: gvfs
> Symptom: storage
> Title: Does not detect hotplugged storage device
> UpgradeStatus: Upgraded to utopic on 2014-10-24 (10 days ago)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/
> 1389021/+subscriptions
>

Revision history for this message
Mike E. (melkevizth) wrote :

I can confirm that the libblkid1 deb linked in comment #6 fixes the issue for me on amd64.

Revision history for this message
Jarl (jarl-dk) wrote :

@osaier and everyone else on Utopic. If you are affected by this, then you should also mark yourself as affected by bug #1393542 as mentioned in comment #7

Revision history for this message
Luigi (b-luigi) wrote :

Affected as per Kubuntu 14.10
Very annoying but as per solution on #6 https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/1389021/comments/6
After upgrading the lib AND RESTARTING the pc all is fine.
Thanks

Revision history for this message
Archie Patterson (archie-patterson) wrote :

I have just installed 14.10 on an HP Mini 110-3100 and now I can't see the SD card.

Revision history for this message
Pavel Stano (stano-u) wrote :

Why is it not fixed in utopic repo when fixed package is already available ?!!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.