In message <4688786F.5080408_at_root.org>, Nate Lawson writes: >M. Warner Losh wrote: >Nope, dmarck is right. The reader was inserted "empty", then the media >was added. It took a write to the device (maybe via the mount attempt >of /dev/da2) to trigger a re-taste. Actually you only need to open it for write, I usually use: true > /dev/da2 The problem here is, quite simply, that nobody tells GEOM that a card has been inserted. opening for a write and then closing it forces a retaste because metadata blocks could have been written. The correct fix for this is to have scsi_da tell geom that the card was inserted. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk_at_FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.Received on Mon Jul 02 2007 - 02:21:28 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:13 UTC