allow mounting hard disk partitions with a gksudo mount wrapper

Bug #48118 reported by joe
26
Affects Status Importance Assigned to Milestone
Baltix
Invalid
Undecided
Unassigned
nautilus (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Binary package hint: pmount

This is stupid. If there is an icon in my Computer:// it should be mountable. Every user who tries this to access the normally not configured vfat partitions from former systems gets smacked with the super usability to use extra tools or console.

Therefore, pmount has to mount non-removable media on request. There is no need to automount but if requestet it has to mount in my opinion.

Revision history for this message
joe (joerg-unglaub) wrote :

ok may there any security reason it bugs me.
another possibility may be to pop up a dialog, which configures pmount to allow the acces permanently thrue the white-list. This dialog could be protected by the Adminlogin like these from System-admin-tools..

Revision history for this message
Martin Pitt (pitti) wrote : Re: do not show unmounted nonremovable drives

Usually hard disk partitions should be mounted through /etc/fstab (with 'auto'), that's how the installer sets them up. So nautilus should just not display unmounted nonremovable drives.

Revision history for this message
joe (joerg-unglaub) wrote :

ok this may be your intention but what about inserting a normal hard drive in your system which contains a ready set up filesystem with lots of data. which the installer obviously could not detect. or a CF card on the ide bus. Or the user has no nerves to configure all partititions and mountpoints during setup which is no the easiest part for a linux newbie. And in my opinion if there is any partitition in a system it has to be mountable at all. Even the live cd isn't able to mount a Partitition on a System if i want to access the Data there. And the So called "Drive-Setup"- Tools in Ubuntu have no opportunity to make the activation of a specific Partitition permanent. Until these tools are not able to modify my fstab easily pmount shouldn't refuse to mount nonremovable drives without fstab entry.

Revision history for this message
DeepApple (audriusv) wrote : Re: pmount should not refuse to mount nonremovable drives without fstab entry

If user has sudo rights (is in admin group) then pmount (gnome-vfs) should allow him to mount hard disk partitions -
if there is an icon in my Computer:// it should be mountable and pmount has to mount non-removable media on request in this case.
This is especially important on Live-cd.

Revision history for this message
Martin Pitt (pitti) wrote : Re: [Bug 48118] Re: pmount should not refuse to mount nonremovable drives without fstab entry

Hi,

DeepApple [2006-09-27 10:50 -0000]:
> If user has sudo rights (is in admin group) then pmount (gnome-vfs)
> should allow him to mount hard disk partitions -

If you can do 'sudo pmount /dev/hda2 mylabel', then doing
'sudo mkdir -p /media/mylabel; sudo mount /dev/hda2 /media/mylabel'
(or the more common case 'sudo mount /dev/hda2 /mnt') is not all that
much different, is it?

I am hesitant about introducing such hacks into pmount. pmount is not
meant to be a convenience wrapper around mount, but a policy checking
layer to allow users to do things they cannot do with mount. Poking
holes into that layer makes it much more prone to bugs and
vulnerabilities.

If you have sudo rights, wrapping mount into a gksudo call should be
done in some non-setuid frontend at a higher level.

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote :

If we will solve this bug in correct way, then bug #16356 (LiveCD does not mount hard disk partitions) will be solved too :)

Now we are missing 2 things:
1. gksudo mount wrapper GUI, maybe gnome-mount package will fit here.
2. unmounted hard disk partitions are not visible in Nautilus Computer:/ location

To fix second thing we must improve debian/patches/02_ignored_volumes.patch in hal package - "volume.ignore" key should be set to true only when "volume.is_mounted" is true. I'm attaching improved 02_ignored_volumes.patch (from hal 0.5.7.1-0ubuntu15) to this bug - this was only one-line fix :)
Btw, when using file /usr/share/hal/fdi/policy/10osvendor/20-storage-methods.fdi from upsteam then Nautilus shows unmounted hard disk partitions in Computer:/ location.

Revision history for this message
Mantas Kriaučiūnas (mantas) wrote : gnome-mount is already in Ubuntu, maybe can we now allow mounting hard disk partitions with a gksudo mount wrapper ?

Hi, Ubuntu developers, gnome-mount is already in Ubuntu, can we now allow mounting hard disk partitions with a gksudo mount wrapper ?

Btw, look how many there are support tickets, related to this bug (I found at least 7!) - Linux desktop would be a lot easier for users if they can mount hard disk partitions without command line.

Revision history for this message
Sebastien Bacher (seb128) wrote :

Not a nautilus bug. There is a specification about that for feisty: https://launchpad.net/distros/ubuntu/+spec/mount-all-local-filesystems

Changed in nautilus:
status: Unconfirmed → Rejected
Przemek K. (azrael)
Changed in baltix:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.