From owner-freebsd-current@FreeBSD.ORG Wed Dec 9 23:07:52 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09869106566C; Wed, 9 Dec 2009 23:07:52 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-exrelay3.uni-muenster.de (ZIVM-EXRELAY3.UNI-MUENSTER.DE [128.176.192.20]) by mx1.freebsd.org (Postfix) with ESMTP id 649868FC0A; Wed, 9 Dec 2009 23:07:50 +0000 (UTC) X-IronPort-AV: E=Sophos;i="4.47,370,1257116400"; d="scan'208";a="20760875" Received: from zivmaildisp1.uni-muenster.de (HELO ZIVMAILUSER05.UNI-MUENSTER.DE) ([128.176.188.85]) by zivm-relay3.uni-muenster.de with ESMTP; 10 Dec 2009 00:07:49 +0100 Received: by ZIVMAILUSER05.UNI-MUENSTER.DE (Postfix, from userid 149459) id 67BE71B07E7; Thu, 10 Dec 2009 00:07:49 +0100 (CET) Date: Thu, 10 Dec 2009 00:07:48 +0100 (CET) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Wes Morgan Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Alexander Motin , freebsd-current@freebsd.org Subject: Re: Testing CAM wrapper for ata(4) controller drivers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2009 23:07:52 -0000 ah. i see. thanks for the hint. sorry mav for blaming ATA_CAM. ;) would be nice if this would be fixed at some point. i believe the problem also applies to tape drives, usb memory card readers, etc.? so generally speaking: any devices which allow new media insertion, but don't disconnect/re-attach from/to CAM. cheers. alex Wes Morgan schrieb am 2009-12-09: > On Wed, 9 Dec 2009, Alexander Best wrote: > >i'm not sure if this issue is directly linked to ATA_CAM, but i've > >not seen it > >before the ATA_CAM changes: > >removing a cd/dvd and inserting a new one doesn't update the label > >in > >/dev/iso9660. > >`file -s /dev/iso9660/CD1` says: > >/dev/iso9660/CD1: ISO 9660 CD-ROM filesystem data 'CD2 > >' > Nay, I've seen this kind of behavior for ages. I just assumed that > the cd9660 labels never updated.