* [gentoo-amd64] Unable to mount USB and CD on Gnome
@ 2010-07-08 14:15 Clemente Aguiar
2010-07-08 15:13 ` Clemente Aguiar
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Clemente Aguiar @ 2010-07-08 14:15 UTC (permalink / raw
To: gentoo-amd64
For a while now when I insert a CD / DVD or a USB pen drive on my PC, it
will not mount, and GNOME gives an error.
If it is the DVD the error is as follows:
Unable to mount "DVDLABEL"
Not Authorized
If it is the USB pen drive the error is similar:
Unable to mount File System 1,0GB
Not Authorized
If I login as root then there is no problem, the disks will mount (and
automount correctly), but if I login as a "normal" user it will not
automount, and even if I go through the menu and select the drive it
will not mount giving exactly the same error.
One interesting note is that I can mount and unmount using gnome-mount
and gnome-unmount utilities, for example:
$ gnome-mount -d /dev/sdb1
$ gnome-umount -d /dev/sdb1
Can anybody help me with this problem?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Unable to mount USB and CD on Gnome
2010-07-08 14:15 [gentoo-amd64] Unable to mount USB and CD on Gnome Clemente Aguiar
@ 2010-07-08 15:13 ` Clemente Aguiar
2010-07-08 15:16 ` Thanasis
2010-07-08 15:36 ` Drake Donahue
2 siblings, 0 replies; 5+ messages in thread
From: Clemente Aguiar @ 2010-07-08 15:13 UTC (permalink / raw
To: gentoo-amd64
I have been looking at this problem for a while and just after I sent
the email looking for help I found the solution which was to create the
file ~/.xinitrc with the following contents:
export XDG_MENU_PREFIX=gnome-
exec ck-launch-session gnome-session
See forum:
http://forums.gentoo.org/viewtopic-p-6345507.html#6345507
Clemente
----- Mensagem Original-----
De: Clemente Aguiar <ca-lists@madeiratecnopolo.pt>
Reply-to: gentoo-amd64@lists.gentoo.org
Para: gentoo-amd64@lists.gentoo.org
Assunto: [gentoo-amd64] Unable to mount USB and CD on Gnome
Data: Thu, 08 Jul 2010 15:15:19 +0100
For a while now when I insert a CD / DVD or a USB pen drive on my PC, it
will not mount, and GNOME gives an error.
If it is the DVD the error is as follows:
Unable to mount "DVDLABEL"
Not Authorized
If it is the USB pen drive the error is similar:
Unable to mount File System 1,0GB
Not Authorized
If I login as root then there is no problem, the disks will mount (and
automount correctly), but if I login as a "normal" user it will not
automount, and even if I go through the menu and select the drive it
will not mount giving exactly the same error.
One interesting note is that I can mount and unmount using gnome-mount
and gnome-unmount utilities, for example:
$ gnome-mount -d /dev/sdb1
$ gnome-umount -d /dev/sdb1
Can anybody help me with this problem?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Unable to mount USB and CD on Gnome
2010-07-08 14:15 [gentoo-amd64] Unable to mount USB and CD on Gnome Clemente Aguiar
2010-07-08 15:13 ` Clemente Aguiar
@ 2010-07-08 15:16 ` Thanasis
2010-07-08 15:36 ` Drake Donahue
2 siblings, 0 replies; 5+ messages in thread
From: Thanasis @ 2010-07-08 15:16 UTC (permalink / raw
To: gentoo-amd64; +Cc: Clemente Aguiar
Have you checked that your user belongs to the appropriate groups, like
usb, cdrom, cdrw, plugdev ?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Unable to mount USB and CD on Gnome
2010-07-08 14:15 [gentoo-amd64] Unable to mount USB and CD on Gnome Clemente Aguiar
2010-07-08 15:13 ` Clemente Aguiar
2010-07-08 15:16 ` Thanasis
@ 2010-07-08 15:36 ` Drake Donahue
2010-07-09 2:27 ` Blackdream W
2 siblings, 1 reply; 5+ messages in thread
From: Drake Donahue @ 2010-07-08 15:36 UTC (permalink / raw
To: gentoo-amd64
On Thu, 2010-07-08 at 15:15 +0100, Clemente Aguiar wrote:
> For a while now when I insert a CD / DVD or a USB pen drive on my PC, it
> will not mount, and GNOME gives an error.
>
> If it is the DVD the error is as follows:
> Unable to mount "DVDLABEL"
> Not Authorized
>
> If it is the USB pen drive the error is similar:
> Unable to mount File System 1,0GB
> Not Authorized
>
> If I login as root then there is no problem, the disks will mount (and
> automount correctly), but if I login as a "normal" user it will not
> automount, and even if I go through the menu and select the drive it
> will not mount giving exactly the same error.
>
> One interesting note is that I can mount and unmount using gnome-mount
> and gnome-unmount utilities, for example:
>
> $ gnome-mount -d /dev/sdb1
> $ gnome-umount -d /dev/sdb1
>
> Can anybody help me with this problem?
>
>
add the user to plugdev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-amd64] Unable to mount USB and CD on Gnome
2010-07-08 15:36 ` Drake Donahue
@ 2010-07-09 2:27 ` Blackdream W
0 siblings, 0 replies; 5+ messages in thread
From: Blackdream W @ 2010-07-09 2:27 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]
Edit /usr/share/polkit-1/actions/org.freedesktop.udisks.policy.
2010/7/8 Drake Donahue <donahue95@comcast.net>
> On Thu, 2010-07-08 at 15:15 +0100, Clemente Aguiar wrote:
> > For a while now when I insert a CD / DVD or a USB pen drive on my PC, it
> > will not mount, and GNOME gives an error.
> >
> > If it is the DVD the error is as follows:
> > Unable to mount "DVDLABEL"
> > Not Authorized
> >
> > If it is the USB pen drive the error is similar:
> > Unable to mount File System 1,0GB
> > Not Authorized
> >
> > If I login as root then there is no problem, the disks will mount (and
> > automount correctly), but if I login as a "normal" user it will not
> > automount, and even if I go through the menu and select the drive it
> > will not mount giving exactly the same error.
> >
> > One interesting note is that I can mount and unmount using gnome-mount
> > and gnome-unmount utilities, for example:
> >
> > $ gnome-mount -d /dev/sdb1
> > $ gnome-umount -d /dev/sdb1
> >
> > Can anybody help me with this problem?
> >
> >
> add the user to plugdev
>
>
>
[-- Attachment #2: Type: text/html, Size: 1552 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-09 3:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-08 14:15 [gentoo-amd64] Unable to mount USB and CD on Gnome Clemente Aguiar
2010-07-08 15:13 ` Clemente Aguiar
2010-07-08 15:16 ` Thanasis
2010-07-08 15:36 ` Drake Donahue
2010-07-09 2:27 ` Blackdream W
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox