Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437936 - MP4 now requires root password to mount
Summary: MP4 now requires root password to mount
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-11 06:17 UTC by Pacho Ramos
Modified: 2012-10-23 17:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2012-10-11 06:17:54 UTC
No idea what has broke automounting again for usb devices like MP4, now, I am asked for root password to be able to mount it (!)

Sadly, I won't be able to test it this weekend, I hopefully will try it in the next days.

$ emerge -Opv gvfs udisks:2 polkit udev

These are the packages that would be merged, in order:

[ebuild   R   ~] gnome-base/gvfs-1.12.3-r1  USE="bluetooth cdda fuse gnome-keyring http udev udisks -afp -archive -avahi -bluray -doc -gdu -gphoto2 -ios -samba" 1,332 kB
[ebuild   R   ~] sys-fs/udisks-2.0.0  USE="crypt gptfdisk introspection -debug -systemd" 0 kB
[ebuild   R   ~] sys-auth/polkit-0.107-r1  USE="gtk introspection nls pam -examples -kde (-selinux) -systemd" 1,351 kB
[ebuild   R   ~] sys-fs/udev-189  USE="acl gudev hwdb keymap openrc -doc -introspection (-selinux) -static-libs" 1,341 kB


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2012-10-22 18:06:31 UTC
Looks to work again now :/
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-10-23 17:08:47 UTC
(In reply to comment #0)
> No idea what has broke automounting again for usb devices like MP4, now, I
> am asked for root password to be able to mount it (!)

It would do that if it doesn't recognize the drive as removable media but instead as a static (internal) disk of the machine.

If you encounter this again, you can check the `udisksctl dump` output if it's marked as "Removable: true" or not.
Comment 3 Pacho Ramos gentoo-dev 2012-10-23 17:41:48 UTC
The problem is that this looks to appear disappear on every udisks/udev bump, will try to remember it I encounter it again ;)