H1_SD is the name of a MicroSD card I’m connecting, it does connect a second later, but it’s annoying to keep dismissing this error every time. I am also getting it with regular SD cards and USB Drives regardless on which USB Port I’ve connected it to, and which format it’s been partitioned too. NTFS, exfat, fat all respond similarly.

EDIT Welp, I was able to brute force a “fix”. There appeared to be an issue with the Nemo configuration between 21 and 22. Not sure what the issue was specifically, but deleting the users ~/.config/nemo and a reboot fixed it for me.

  • Aniki 🌱🌿
    link
    fedilink
    English
    5
    edit-2
    14 days ago

    GNOME? Is auto mount causing Nautilus to bug out? What’s lsof say?

    Something is causing a lock.

    • @the16bitgamerOP
      link
      113 days ago

      That was my guess too, and if Nautilus has the auto mount disabled the error goes away. But I’d like for USB drives to be auto mounted. And lsof just gives a wall of indecipherable text. What would I be looking for?

      • Aniki 🌱🌿
        link
        fedilink
        English
        313 days ago

        grep the mount point and track down the pid that using that file. should be pretty easy to see which application is doing it.

  • @[email protected]
    link
    fedilink
    113 days ago

    Maybe watch dmesg when you plug in the drive?

    Or look at the logs later. Journalctl -k -f should also show more logs than dmesg when you plug it it which may be informative.