From owner-freebsd-stable@FreeBSD.ORG Sun Mar 12 02:50:28 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 876A516A400; Sun, 12 Mar 2006 02:50:23 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id B64FF447E5; Sat, 11 Mar 2006 23:25:49 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k2BNO9Bm048801; Sat, 11 Mar 2006 16:24:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sat, 11 Mar 2006 16:24:21 -0700 (MST) Message-Id: <20060311.162421.97071374.imp@bsdimp.com> To: rmarella@gmail.com From: "M. Warner Losh" In-Reply-To: <20060311124931.62eee647@frankie.konav201.local> References: <4412C7D2.5080809@FreeBSD.org> <20060311124931.62eee647@frankie.konav201.local> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Sat, 11 Mar 2006 16:24:09 -0700 (MST) Cc: freebsd-stable@freebsd.org, ale@freebsd.org Subject: Re: Problem with 16-in-1 card reader 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: Sun, 12 Mar 2006 02:50:28 -0000 In message: <20060311124931.62eee647@frankie.konav201.local> Robert Marella writes: : On Sat, 11 Mar 2006 13:51:30 +0100 : Alex Dupre wrote: : : > My new PC has an internal 16-in-1 card reader connected via USB 2.0. : > The device is the Techsolo TCR-1640 : > (http://www.techsolo.de/product/cardreader/tcr_1640/index.php). : > I boot from a compact flash inserted in it and I can mount and unmount : > the same CF once the system has booted and has mounted the root : > partition from my graid3 array. : > The problem arise when I replace the inserted CF with another one : > (with different size and filesystem) and try to mount it. Fdisk can : > correctly sees the new partition table, but devfs is not updated and : > I cannot mount the new media. : : : : Hello Alex : : This problem has been discussed many times on the lists. In order to : update devfs you can use: : : cat /dev/null > /dev/daX : : I seem to remember another method using dd. dd if=/dev/null of=/dev/daX count=0