Date: Sat, 11 Mar 2006 12:49:31 -1000 From: Robert Marella <rmarella@gmail.com> To: Alex Dupre <ale@FreeBSD.org> Cc: freebsd-stable@FreeBSD.org Subject: Re: Problem with 16-in-1 card reader Message-ID: <20060311124931.62eee647@frankie.konav201.local> In-Reply-To: <4412C7D2.5080809@FreeBSD.org> References: <4412C7D2.5080809@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 11 Mar 2006 13:51:30 +0100 Alex Dupre <ale@FreeBSD.org> 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. <snip> 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. I hope this helps. Robert
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060311124931.62eee647>