Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Aug 2009 09:27:21 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-usb@freebsd.org, "Achilov, Rashid" <achilov-rn@askd.ru>
Subject:   Re: 28-in-1 Acorp card reader
Message-ID:  <200908050927.22382.hselasky@c2i.net>
In-Reply-To: <200908051009.47618.achilov-rn@askd.ru>
References:  <200908041641.41161.achilov-rn@askd.ru> <20090804194531.GA50999@magus.portal.sigil.org> <200908051009.47618.achilov-rn@askd.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 05 August 2009 05:09:47 Rashid N. Achilov wrote:
> On Wednesday 05 August 2009, Richard Kolkovich wrote:
> > I have a little script that I run to prod my card reader(s):
> >
> > #!/bin/sh
> > sudo smartctl -a /dev/da${1} -T permissive
> > sudo smartctl -a /dev/da${1} -T permissive
> > dd if=/dev/null of=/dev/da${1} count=0
> > mount_msdosfs /dev/da${1}s1 ~/usb
> >
> > I pass in the device number (da6 would have 6...).  HTH
>
> That's simply another way to do "signal GEOM to destroy any MBR geoms and
> their consumers and rebuild all again" by hands. Is there any normal way to
> mount flash card? Or, as usual (i.e. as non-worked 2-in-1 keyboard-mouse at
> one USB receiver, non-worked since 2005 year!) we'll proudly ignore this
> occassion?

This is not an USB problem. It is a generic CAM layer problem.

--HPS




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908050927.22382.hselasky>