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.
A community for everything relating to the linux operating system
Also check out [email protected]
Original icon base courtesy of [email protected] and The GIMP
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.
GNOME? I'd auto mount causing Nautilus to bug oit?
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?
grep the mount point and track down the pid that using that file. should be pretty easy to see which application is doing it.