Bug 197860 - improve "device is busy" notification when try to eject busy media
Summary: improve "device is busy" notification when try to eject busy media
Status: RESOLVED DUPLICATE of bug 189302
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 18:50 UTC by anton
Modified: 2012-08-23 22:42 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anton 2009-06-25 18:50:36 UTC
Version:            (using KDE 4.2.90)
OS:                Linux
Installed from:    SuSE RPMs

1. Put cd in cdrom
2. Open cd contents in dolphin
3. Rightclick on the cdrom item on the dolhin's left panel

Error message appears at the bottom saying 
org.freedesktop.Hal.Device.Volume.Busy: umount: /media/cdrom: device is busy

This is good information, but I can't do much with it - the device might be opened in some other program (another dolphin instance, krusader or in console) and I can't guess in which one. Even worse, if this program does not have gui, or already closed, but by some reason did not release the media (sometimes this also happens, don't know why - probably this might be easier to reproduce if cd is scratched).

fuser -km /media/cdrom console command or forced/lazy umount might help in this case, but this would be >>much<< better in dolphin provided gui for that - especially for users, who does not know anything about this commands. Personally for me this is one of the most annoying linux problem, which lives for years - I remember the situations when I even had to reboot just to release my disk.

So, along this this error message, dolphin could show a number of buttons to take actions which could help in this case to release the media - like:
1. Go to application, which locks device
2. Kill application, which locks device
3. Force umount media
4. Lazy umount media
etc
Comment 1 Andrej Dundovic 2012-01-28 11:18:27 UTC
I vote for this! For the start it would be nice just to display process that locked device ("fuser -m").
Comment 2 Jekyll Wu 2012-08-23 22:42:35 UTC

*** This bug has been marked as a duplicate of bug 189302 ***