unable to mount hard disks which are not already mounted
Bug #177036 reported by
Eugene Tretyak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kdebase (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
If hard disk is not mounted it requires admin privileges to do this operation.
To reproduce this, just create a new partition or remove it's declaration from /etc/fstab (by commenting out with a #), go to media:/ and try to mount/unmount it.
You'll get hal-storage-
Related branches
description: | updated |
To post a comment you must log in.
Quick patch. It calls dbus-message with kdesudo to mount the disks through HAL.
It is not complete. I need to do some additional stuff like errors handling and so on.