After the last Kernel update to 5.5.11-200.fc31.x86_64, usb flash drives would no longer mount.
They work fine if I reboot to kernel 5.5.10-200.fc31.x86_64 x86_64.
sudo fdisk -l shows that the drives are being detected when plugged in, but they don’t show up in either Nautilus or Caja.
What’s the related output of dmesg
and/or journalctl
?
Can you mount them with mount
in terminal (better attempt read-only)?
dmesg yields:
[152530.602463] usb 1-1.1: USB disconnect, device number 7
[152540.501886] usb 1-1.1: new high-speed USB device number 8 using ehci-pci
[152540.522691] usb 1-1.1: New USB device found, idVendor=13fe, idProduct=4200, bcdDevice= 1.00
[152540.522698] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[152540.522702] usb 1-1.1: Product: STORE N GO
[152540.522705] usb 1-1.1: Manufacturer: Verbatim
[152540.522708] usb 1-1.1: SerialNumber: C00056670F279C71
[152540.523310] usb-storage 1-1.1:1.0: USB Mass Storage device detected
[152540.523490] scsi host6: usb-storage 1-1.1:1.0
[152541.580873] scsi 6:0:0:0: Direct-Access Verbatim STORE N GO PMAP PQ: 0 ANSI: 6
[152541.581173] sd 6:0:0:0: Attached scsi generic sg2 type 0
[152543.180102] sd 6:0:0:0: [sdb] 30286016 512-byte logical blocks: (15.5 GB/14.4 GiB)
[152543.180717] sd 6:0:0:0: [sdb] Write Protect is off
[152543.180719] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
[152543.181343] sd 6:0:0:0: [sdb] No Caching mode page found
[152543.181345] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[152543.198097] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[rich@RichLap-L ~]$ journalctl
-- Logs begin at Sat 2020-03-07 23:01:30 PST, end at Thu 2020-04-02 17:48:01 PDT. --
Mar 07 23:01:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:02:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:03:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:04:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:05:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:06:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:07:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:08:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:09:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:10:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:11:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:12:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:13:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
Mar 07 23:14:30 RichLap-L xdg-desktop-por[1850]: Failed to get application states: GDBus.Error:org.freedesktop.portal.Error.Failed:>
[rich@RichLap-L ~]$ sudo mount /dev/sdb /home/rich/mount/USB1
Swipe your finger across the fingerprint reader
FUSE exfat 1.3.0
[rich@RichLap-L ~]$
And the thumb drive is now successfully mounted.
mount -o ro # :) ?
So, this is simple a GUI issue, good. chant: Go Kernel, go!
Can you provide the full line output of the journalctl logs? There might be something in there saying what exactly failed. Looks like the dbus notification to the apps failed…