Date: Wed, 5 Aug 2009 18:24:26 +0700 From: "Rashid N. Achilov" <achilov-rn@askd.ru> To: freebsd-geom@freebsd.org Subject: 28-in-1 Acorp card reader Message-ID: <200908051824.26539.achilov-rn@askd.ru>
next in thread | raw e-mail | index | archive | help
I have asked this in freebsd-usb@, but take an answer, that's not USB-related trouble. I have 28-in-1 Acorp internal cardreader, which connects to USB port. When I insert card in reader and boot, all OK. When I boot, and later insert card - does nothing - /dev/da0s1 not appeared, in spite of presence /dev/da0. I have search this advice - open /dev/da0 for writing and immediately close it. I.e. cat /dev/null > /dev/da0 or dd if=/dev/null of=/dev/da0 count=0 Well, after these "magic actions" /dev/da0s1 appears. But I think, that opening raw device for writing isn't good idea. How to mount flash, inserted in cardreader another way, without opening raw device for writing or is there any program, which does it by itself? -- With Best Regards. Rashid N. Achilov (RNA1-RIPE), JID: citycat4@jabber.org OOO "ACK" telecommunications administrator, e-mail: achilov-rn [at] askd.ru PGP: 83 CD E2 A7 37 4A D5 81 D6 D6 52 BF C9 2F 85 AF 97 BE CB 0A
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908051824.26539.achilov-rn>