Bug 136666 - removable media - umount and eject - Error message "device busy"
Summary: removable media - umount and eject - Error message "device busy"
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-01 20:11 UTC by Ferdinand Gassauer
Modified: 2006-11-07 07:30 UTC (History)
0 users

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 Ferdinand Gassauer 2006-11-01 20:11:50 UTC
Version:           3.5.5 (using KDE 3.5.5, compiled sources)
Compiler:          Target: x86_64-suse-linux
OS:                Linux (x86_64) release 2.6.16.13-4-default

Hi!

IMHO this is not a very helpful message (even if it's true)

"fuser -mv <device>" could give a hint which program is using the device

something like

fuser -mv /dev/hdc

                     USER        PID ACCESS COMMAND
/dev/hdc:            kdesvn    22635 ..c.. bash

this would allow the user to better understand which app has to be closed.

it could be even a GUI with the apps to close and eventually asking for root privileges if its a different user.
Comment 1 Bram Schoenmakers 2006-11-01 21:07:08 UTC
Fuse is not vanilla KDE but something from SuSE.
Comment 2 Ferdinand Gassauer 2006-11-01 21:33:12 UTC
HI!
First its not fuse (which is something else) but fuser and has nothing to do with SuSE!

second it's konqueror coming up with the message mentioned above trying to unmount or eject a removable media.

IMHO it's konqueror which should handle the situation when the user wants to unmount a removable media in the navigation panel - storage media.

Comment 3 Tommi Tervo 2006-11-02 07:56:32 UTC
SVN commit 601028 by fabo:
http://lists.kde.org/?l=kde-commits&m=116240804413595&w=2

* Improve error messages for HAL/fstab unmount failures. Include a list
  of processes using the device in them (if there are any).
Comment 4 Ferdinand Gassauer 2006-11-02 08:03:25 UTC
great
Comment 5 Ferdinand Gassauer 2006-11-07 07:30:00 UTC
the messages are really very comprehensive now !! thanks