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

_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to