Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161093AbWHDH3P (ORCPT ); Fri, 4 Aug 2006 03:29:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161094AbWHDH3P (ORCPT ); Fri, 4 Aug 2006 03:29:15 -0400 Received: from py-out-1112.google.com ([64.233.166.181]:40011 "EHLO py-out-1112.google.com") by vger.kernel.org with ESMTP id S1161093AbWHDH3O (ORCPT ); Fri, 4 Aug 2006 03:29:14 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=dV1PA+y0yreJktGK9nUvUAXkseI0uTe/HsZC4xP+AfVN7RDHYzcvmyOdrotwqHZrvF8j9q5/sbCNMbaK+Qhbn17b9ITTLFzPeV07cEOnSUHlO2yB2QiqpX921ZmVh22pFI8K4UA8cCuNK8lQaBNnsJQxysXOJOMaTjArbxzOErI= Message-ID: <44D2F744.70302@gmail.com> Date: Fri, 04 Aug 2006 16:29:08 +0900 From: Tejun Heo User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: =?ISO-8859-1?Q?=22J=2EA=2E_Magall=F3n=22?= CC: "Linux-Kernel, " , Alan Cox Subject: Re: [2.6.18-rc2-mm1] libata cdroms not automounted References: <20060803011633.13338417@werewolf.auna.net> In-Reply-To: <20060803011633.13338417@werewolf.auna.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1026 Lines: 25 J.A. Magall?n wrote: > Hi... > > Following with my switch to libata for everything... > After latest patches, my burner and dvd work ok, apart from the fact that > they do not get auto-mounted in gnome environment. > udevmonitor shows nothing when a CD is inserted. Media insertion is not notified to user space via udev, so userspace implement cd automount by polling. IIRC, back when libata ATAPI support was premature, we had quite a few bug reports regarding error messages generated by those polling activities. Maybe your distribution disabled polling for SCSI cdroms for that reason. I seem to recollect the polling was done by some gnome daemon, not sure which though. My memory is a bit vague about this. Please correct me if I got something wrong. -- tejun - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/