В пн, 28/03/2005 в 16:38 +0200, Bernd Walter пишет: > On Mon, Mar 28, 2005 at 04:24:30PM +0200, Poul-Henning Kamp wrote: > > In message <20050328134856.GF14532_at_cicely12.cicely.de>, Bernd Walter writes: > > > > >> Driver support for this is not really meaterialized and therefore > > >> the model now is that when the media is ejected the geom device > > >> is removed and a new one created right away, even if a new media > > >> is not inserted right away. > > > > > >Do you get eject notifications from any device type? > > > > Right now I belive floppy disks DTRT. > > Interesting. > > > >One of my problems is that it is possible with SCSI MO drives to > > >eject the media, reinsert a new one and errously continue to work > > >with the old GEOM layout. > > >I already trashed the data on one media by forgetting to trigger > > >a reprobe - since then I use a mount script. > > > > Well, I have no idea how to pull the information out of the CAM/SCSI > > code, but I'm sure there is _some_ way it can be done. > > There is the test unit ready command. > Either it returns OK, or you may get usefull sense data. > Here is an example: Same with my memory stick: // card in card-reader # camcontrol tur -n da -u 0 -v Unit is ready // card is just removed # camcontrol tur -n da -u 0 -v Unit is not ready (pass0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (pass0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (pass0:umass-sim0:0:0:0): SCSI Status: Check Condition (pass0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (pass0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed // card is just inserted # camcontrol tur -n da -u 0 -v Unit is not ready (pass0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 (pass0:umass-sim0:0:0:0): CAM Status: SCSI Status Error (pass0:umass-sim0:0:0:0): SCSI Status: Check Condition (pass0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 (pass0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed // 1 sec later (card still here) # camcontrol tur -n da -u 0 -v Unit is ready # -- Vladimir B. Grebenchikov vova_at_fbsd.ruReceived on Tue Mar 29 2005 - 05:04:09 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:30 UTC