I have a MicroSD card from a Samsung Galaxy camera, I plug it in on my USB card reader.
KDEConnect realizes that there a new card, correct size , 2 actions: open with file manager & open with gwenview, but then I get the error:
Cannot mount this device
How do I track which fuse/file system I need to have?
I already have:
- autofs
- btrfs
- gvfs-fuse
- jmtpfs (for mtp)
- ntfs
In journalctl, I get:
kernel: usb 3-3: New USB device found, idVendor=11b0, idProduct=6348
Aug 30 17:49:50 ethelbert.telus kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 30 17:49:50 ethelbert.telus kernel: usb 3-3: Product: USB3.0 Media Reader
Aug 30 17:49:50 ethelbert.telus kernel: usb 3-3: Manufacturer: Kingston
Aug 30 17:49:50 ethelbert.telus kernel: usb 3-3: SerialNumber: 08735330903799
Aug 30 17:49:50 ethelbert.telus kernel: usb-storage 3-3:1.0: USB Mass Storage device detected
Aug 30 17:49:50 ethelbert.telus kernel: scsi host6: usb-storage 3-3:1.0
Aug 30 17:49:50 ethelbert.telus mtp-probe[16170]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:12.2/usb3/3-3"
Aug 30 17:49:50 ethelbert.telus mtp-probe[16170]: bus: 3, device: 4 was not an MTP device
Aug 30 17:49:51 ethelbert.telus kernel: scsi 6:0:0:0: Direct-Access FCR-HS3 -0 1.00 PQ: 0 ANSI: 4
Aug 30 17:49:51 ethelbert.telus kernel: sd 6:0:0:0: Attached scsi generic sg3 type 0
Aug 30 17:49:51 ethelbert.telus kernel: scsi 6:0:0:1: Direct-Access FCR-HS3 -1 1.00 PQ: 0 ANSI: 4
Aug 30 17:49:51 ethelbert.telus kernel: sd 6:0:0:1: Attached scsi generic sg4 type 0
Aug 30 17:49:51 ethelbert.telus kernel: scsi 6:0:0:2: Direct-Access FCR-HS3 -2 1.00 PQ: 0 ANSI: 4
Aug 30 17:49:51 ethelbert.telus kernel: sd 6:0:0:2: Attached scsi generic sg5 type 0
Aug 30 17:49:51 ethelbert.telus kernel: scsi 6:0:0:3: Direct-Access FCR-HS3 -3 1.00 PQ: 0 ANSI: 4
Aug 30 17:49:51 ethelbert.telus kernel: sd 6:0:0:3: Attached scsi generic sg6 type 0
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:3: [sdf] 121602048 512-byte logical blocks: (62.3 GB/58.0 GiB)
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:0: [sdc] Attached SCSI removable disk
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:3: [sdf] Write Protect is off
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:3: [sdf] Mode Sense: 2f 00 00 00
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:1: [sdd] Attached SCSI removable disk
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:3: [sdf] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:2: [sde] Attached SCSI removable disk
Aug 30 17:49:53 ethelbert.telus kernel: sdf: sdf1
Aug 30 17:49:53 ethelbert.telus kernel: sd 6:0:0:3: [sdf] Attached SCSI removable disk
Aug 30 17:49:53 ethelbert.telus kdeinit5[1795]: QObject::connect: invalid null parameter
Aug 30 17:49:53 ethelbert.telus kdeinit5[1795]: QObject::connect: invalid null parameter
Aug 30 17:49:53 ethelbert.telus kdeinit5[1795]: QObject::connect: invalid null parameter
...
Aug 30 17:49:53 ethelbert.telus kdeinit5[1795]: QObject::connect: invalid null parameter
Aug 30 17:49:53 ethelbert.telus plasmashell[1839]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25: Unable to as>
Aug 30 17:49:53 ethelbert.telus plasmashell[1839]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25: Unable to as>
Aug 30 17:49:53 ethelbert.telus plasmashell[1839]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25: Unable to as>
Aug 30 17:49:53 ethelbert.telus plasmashell[1839]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25: Unable to as>
Aug 30 17:49:53 ethelbert.telus kdeinit5[1795]: QObject::connect: invalid null parameter
Aug 30 17:49:55 ethelbert.telus plasmashell[1839]: file:///usr/share/plasma/plasmoids/org.kde.plasma.devicenotifier/contents/ui/FullRepresentation.qml:136:25: Unable to as>
Thanks