From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 09:57:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 524801065673 for ; Fri, 28 Mar 2008 09:57:45 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mail.bsdforen.de (bsdforen.de [212.204.60.79]) by mx1.freebsd.org (Postfix) with ESMTP id 02B358FC1C for ; Fri, 28 Mar 2008 09:57:44 +0000 (UTC) (envelope-from kamikaze@bsdforen.de) Received: from mobileKamikaze.norad (nat-wh-1.rz.uni-karlsruhe.de [129.13.72.169]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bsdforen.de (Postfix) with ESMTP id CAD3E405C85; Fri, 28 Mar 2008 10:57:42 +0100 (CET) Message-ID: <47ECC115.4020202@bsdforen.de> Date: Fri, 28 Mar 2008 10:57:41 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.12 (X11/20080310) MIME-Version: 1.0 To: Wojciech Puchar References: <11167f520803272322t247e6377k50446d742c498c73@mail.gmail.com> <20080328180644.15948f9c@meijome.net> <47EC9B01.3040504@math.arizona.edu> <20080328105123.P39771@wojtek.tensor.gdynia.pl> In-Reply-To: <20080328105123.P39771@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: sfourman@gmail.com, Predrag Punosevac , Norberto Meijome , freebsd-questions@freebsd.org Subject: Re: Auto Mounting USB Sticks and CD's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2008 09:57:45 -0000 Wojciech Puchar wrote: >> >> /etc/fstab needs to be edited >> >> /dev/cd0 /usr/home/Pedja/mnt/cdrom cd9660 rw, noauto 0 0 > > rw for cdrom? Good point! I'll change this. It seems to be working anyway, though. But unfortunately I have not found any devd event that gets triggered on CDROM changes. So CDs only show up when they were present on boot. Post-boot the labels for CDs are not updated by the kernel and CDs will always appear with the label of the CD that has been present during boot.