From owner-freebsd-stable@FreeBSD.ORG Wed Jan 16 14:01:10 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19EB716A417 for ; Wed, 16 Jan 2008 14:01:10 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 649C113C468 for ; Wed, 16 Jan 2008 14:01:09 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 16 Jan 2008 14:01:07 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO homeKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp016) with SMTP; 16 Jan 2008 15:01:07 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/sG8cdntrs97pzL58R5ETJeKb/pQGZE0+9klpNgM nFzA0J7EzE6bqi Message-ID: <478E0E22.2040800@gmx.de> Date: Wed, 16 Jan 2008 15:01:06 +0100 From: Dominic Fandrey User-Agent: Thunderbird 2.0.0.9 (X11/20071203) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: geom label doesn't recognize CD change X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2008 14:01:10 -0000 As the subject says. Geom labels are not updated, when a CD is inserted or removed. The only workaround I have found is to run # atacontrol detach ata1 ; sleep 0.5 ; atacontrol attach ata1 which is a rather dirty way of handling this, especially because there are two drives attached to this channel. I suppose the problem would be similar for card readers and floppy drives.