24
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 03 Sep 2024
24 points (96.2% liked)
Linux
5230 readers
151 users here now
A community for everything relating to the linux operating system
Also check out !linux_memes@programming.dev
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 1 year ago
MODERATORS
GNOME? Is auto mount causing Nautilus to bug out? What's
lsof
say?Something is causing a lock.
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.