Bug 412151 - Cannot unmount SD card (dolphin is still using it)
Summary: Cannot unmount SD card (dolphin is still using it)
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 19.04.3
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-21 09:52 UTC by pietz
Modified: 2024-07-09 13:12 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pietz 2019-09-21 09:52:32 UTC
I mount my SD card by clicking on it in the sidebar of dolhin. When I want to unmount over the sidebar, Dolphin tells me that the target is still in use. Also it should work, when I'm in that SD card directory (but I am not) the command lsof tells me that Dolphin is still having access to it:

dolphin   16701                  cwd       DIR    8,81     131072          2 /media/pietz/7000-8000/DCIM
dolphin   16701 16702 QXcbEvent  cwd       DIR    8,81     131072          2 /media/pietz/7000-8000/DCIM
dolphin   16701 16703 QDBusConn  cwd       DIR    8,81     131072          2 /media/pietz/7000-8000/DCIM
dolphin   16701 16704 QThread    cwd       DIR    8,81     131072          2 /media/pietz/7000-8000/DCIM

There is only one instance open. When I do "kill dolphin", I can unmount it over the sidebar with a fresh Dolphin instance.
Comment 1 Claudius Ellsel 2020-08-08 20:20:12 UTC
I recently had a similar problem, although I unmounted from the tray icon and was in the directory of the external medium. After closing Dolphin, unmounting worked. Not sure whether the problems have the same root. However, it seemed to me as if image files contained on the medium were responsible. Looking at your posted output I see a DCIM folder, so likely images are also on your medium. Still this might just be a correlation.