Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-10 Thread Zaphod Beeblebrox
On 2/9/06, Doug White [EMAIL PROTECTED] wrote: How about 'fdisk da0'? :) That's only bad when it actually decides to do something :). I have a usb drive that takes a while to become ready after being inserted. It initially generates errors when attempting to access it. Yours may have a

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-10 Thread Dmitry Morozovsky
On Thu, 9 Feb 2006, Doug White wrote: DW OF dd if=/dev/da0 of=/dev/da0 count=1 DW OF DW OF which results in error, but actually create GEOMs DW OF DW OF The following should work as well, without giving an error: DW OF DW OF dd if=/dev/null of=/dev/da0 count=0 DW OF DW OF It opens

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-10 Thread Dmitry Morozovsky
On Fri, 10 Feb 2006, Zaphod Beeblebrox wrote: ZB But (just to show the sillyness of it) my current workaround to this problem ZB (most times) is to turn off my monitor (thus dumping the USB hub and all ZB it's attachments). ZB ZB Nasty. And I'm out of even that solution, because USB connection

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-10 Thread Oliver Fromme
Dmitry Morozovsky [EMAIL PROTECTED] wrote: On Thu, 9 Feb 2006, Oliver Fromme wrote: OF Dmitry Morozovsky [EMAIL PROTECTED] wrote: OF I have USB multi-LUN flash reader which is identified under RELENG_6 as OF umass0: GENERIC USB Storage Device, rev 2.00/1.8a, addr 2 OF da0 at

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-10 Thread Zaphod Beeblebrox
On 2/10/06, Oliver Fromme [EMAIL PROTECTED] wrote: Concerning the SCSI and CAM code I'm not an expert, but I think it should be possible to nudge devfs when a rescan has detected a new device. You'd think, but no. You see, the device , according to CAM, doesn't change. Magically, it has

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-10 Thread Oliver Fromme
Zaphod Beeblebrox [EMAIL PROTECTED] wrote: On 2/10/06, Oliver Fromme [EMAIL PROTECTED] wrote: Concerning the SCSI and CAM code I'm not an expert, but I think it should be possible to nudge devfs when a rescan has detected a new device. You'd think, but no. You see, the device ,

USB Flash reader under RELENG_6: force GEOM rescan

2006-02-09 Thread Dmitry Morozovsky
Dear colleagues, I have USB multi-LUN flash reader which is identified under RELENG_6 as umass0: GENERIC USB Storage Device, rev 2.00/1.8a, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: GENERIC USB Storage-CFC I19B Removable Direct Access SCSI-0 device da0: 40.000MB/s transfers da0:

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-09 Thread Oliver Fromme
Dmitry Morozovsky [EMAIL PROTECTED] wrote: I have USB multi-LUN flash reader which is identified under RELENG_6 as umass0: GENERIC USB Storage Device, rev 2.00/1.8a, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: GENERIC USB Storage-CFC I19B Removable Direct Access SCSI-0 device

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-09 Thread Dmitry Morozovsky
On Thu, 9 Feb 2006, Oliver Fromme wrote: OF Dmitry Morozovsky [EMAIL PROTECTED] wrote: OF I have USB multi-LUN flash reader which is identified under RELENG_6 as OF umass0: GENERIC USB Storage Device, rev 2.00/1.8a, addr 2 OF da0 at umass-sim0 bus 0 target 0 lun 0 OF da0: GENERIC USB

Re: USB Flash reader under RELENG_6: force GEOM rescan

2006-02-09 Thread Doug White
On Thu, 9 Feb 2006, Dmitry Morozovsky wrote: OF OF dd if=/dev/da0 of=/dev/da0 count=1 OF OF which results in error, but actually create GEOMs OF OF The following should work as well, without giving an error: OF OF dd if=/dev/null of=/dev/da0 count=0 OF OF It opens the device for