From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JWwT7-0000B9-Mg for garchives@archives.gentoo.org; Wed, 05 Mar 2008 16:27:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F000E0587; Wed, 5 Mar 2008 16:27:48 +0000 (UTC) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.179]) by pigeon.gentoo.org (Postfix) with ESMTP id DFA55E0587 for ; Wed, 5 Mar 2008 16:27:47 +0000 (UTC) Received: by el-out-1112.google.com with SMTP id j27so2072513elf.14 for ; Wed, 05 Mar 2008 08:27:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=dowVSu+iYMsKAbpbdnRg1c1uGpiZuofpEIHaVuMqeZc=; b=il0K3ILXoiKeINMsdx/PI7Rh8aZY17TWN+kGz/ot1HktYWJT2PXQpan6TDzvP08vIaPTJeZHrUrEtmgYLpToAqCMymoE7zXGRqCau2MPNJsHSql8HrzBp80Dm0JprvjW6Q+JBEiS5DNK1HxyJ2KxE2MPAPb2/NXaEXQurDgatTA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=g5qSd4siPfJH0absDZG1TUENatves0UHgVgvjG5YtK2Br/8B7yVKa7NPr/eAeiRvkRKTlhTKdHZ6NXj5UtYttiRw+bGnO2QagIi3HMQ5hteRSTty+3Z8PZjqJfJe7UOH6YnKURs96cle6+8jPAKTap8A6nQIJOtJen9ci51NrXM= Received: by 10.114.144.1 with SMTP id r1mr4796151wad.53.1204734466700; Wed, 05 Mar 2008 08:27:46 -0800 (PST) Received: by 10.114.108.4 with HTTP; Wed, 5 Mar 2008 08:27:46 -0800 (PST) Message-ID: <3951a2200803050827t60245483k1ffffae0b8f6205a@mail.gmail.com> Date: Thu, 6 Mar 2008 00:27:46 +0800 From: "Mark David Dumlao" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Gnome CD automount fails without error Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_32688_21102366.1204734466686" X-Archives-Salt: 82617f74-ed69-484b-a2d6-79acfe2893cd X-Archives-Hash: 4a043c26c7336d55face7c8b01c6829c ------=_Part_32688_21102366.1204734466686 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi guys I'm using GNOME on gentoo and I like the behavior where usb drives will pop up a nautilus window on plugin. I always expected this behavior on CDs as well, but for some reason, I only noticed today (after quite a while of using, since I haven't plugged in a CD for quite a while) that it doesn't work. So I've been investigating a bit on some things to check. 1) my cdrom mount point. the cdrom mount point is owned by root.cdrom and has rwx,rx,- permisions All relevant users are members of the root.cdrom group. however this seems to me completely irrelevant since as far as i recall, gnome-volume-manager should automatically just create a mount point for the cdrom. 2) my fstab entry I've tried without an fstab entry, and with. When I work with an entry, it looks like this: /dev/cdrom /media/cdrom udf,iso9660 users,noauto 0 0 again, this looks irrelevant to me since my alternate system (ubuntu) uses almost the same fstab with just root partitions switched around and the automount seems to work fine. 3) plugdev membership. all relevant users are members of plugdev. plugdev seems to properly create USB devices when things are pluggied in. 4) device file my hard disks are /dev/sda and /dev/sdb my cdrom is in /dev/hdb cdrom permissions give me markd@trixie:~$ ls /dev/hdb -l brw-rw---- 1 root cdrom 3, 64 Mar 6 2008 /dev/hdb this is i think statically created by udev. 5) kernel and stuff markd@trixie:~$ uname -r 2.6.23-gentoo-r3 6) gnome-volume-manager -d no (runs gnome-volume-manager in the foreground) is completely silent. 7) The CDs themselves. They seem to work when I do a mount from the command line. Is there anything else I need to check? I want the cdrom to pop up correctly. On a tangent, i noticed that all my partitions are appearing in the nautilus sidebar bookmarks and also my desktop. I have quite a number of partitions, so this isn't the behavior I expect. When I click my Places menu, I notice that my partitions are listed in removable media. How do I take them out? -- thing. ------=_Part_32688_21102366.1204734466686 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi guys

I'm using GNOME on gentoo and I like the behavior where usb drives will pop up a nautilus window
on plugin.

I always expected this behavior on CDs as well, but for some reason, I only noticed today
(after quite a while of using, since I haven't plugged in a CD for quite a while) that it doesn't
work.

So I've been investigating a bit on some things to check.
1) my cdrom mount point.
the cdrom mount point is owned by root.cdrom and has
rwx,rx,- permisions

All relevant users are members of the root.cdrom group.

however this seems to me completely irrelevant since as
far as i recall, gnome-volume-manager should automatically
just create a mount point for the cdrom.

2) my fstab entry
I've tried without an fstab entry, and with.  When I work with
an entry, it looks like this:


/dev/cdrom /media/cdrom udf,iso9660 users,noauto 0 0

again, this looks irrelevant to me since my alternate system (ubuntu)
uses almost the same fstab with just root partitions switched around
and the automount seems to work fine.

3) plugdev membership.
all relevant users are members of plugdev.
plugdev seems to properly create USB devices when things are
pluggied in.

4) device file
my hard disks are /dev/sda and /dev/sdb
my cdrom is in /dev/hdb
cdrom permissions give me

markd@trixie:~$ ls /dev/hdb -l
brw-rw---- 1 root cdrom 3, 64 Mar  6  2008 /dev/hdb

this is i think statically created by udev.

5) kernel and stuff
markd@trixie:~$ uname -r
2.6.23-gentoo-r3

6) gnome-volume-manager -d no
(runs gnome-volume-manager in the foreground)
is completely silent.

7) The CDs themselves.
They seem to work when I do a mount from the command line.

Is there anything else I need to check?  I want the cdrom to pop up
correctly.

On a tangent, i noticed that all my partitions are appearing in
the nautilus sidebar bookmarks and also my desktop.  I have quite
a number of partitions, so this isn't the behavior I expect.  When I
click my Places menu, I notice that my partitions are listed in removable
media.  How do I take them out?
--
thing. ------=_Part_32688_21102366.1204734466686-- -- gentoo-user@lists.gentoo.org mailing list