Date: Wed, 30 Jul 2003 18:45:42 +0400 From: Yar Tikhiy <yar@freebsd.org> To: John Hay <jhay@icomtek.csir.co.za> Cc: Nate Lawson <nate@root.org> Subject: Re: strange umass/scsi behaviour Message-ID: <20030730144542.GA44812@comp.chem.msu.su> In-Reply-To: <20030730064434.GA17559@zibbi.icomtek.csir.co.za> References: <20030730055859.GA15943@zibbi.icomtek.csir.co.za> <20030729232207.M56472@root.org> <20030730064434.GA17559@zibbi.icomtek.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 30, 2003 at 08:44:34AM +0200, John Hay wrote: > > The last message is "Opened disk da0 -> 6". That is a little strange > because I thought we only do 10 byte commands to usb devices. The > "problem" is that only da0 pitch up in the /dev directory. There should > be a da0s1 too. Using fdisk on da0 does show what looks like a valid > partition table with one DOS partition. I have tried camcontrol reset, > inquiry, start and rescan, but can't get da0s1 to make its appearance. AFAIK, the message "Opened disk da0 -> 6" is from GEOM and means that the attempt to open the da0 device resulted in error 6 -- ENXIO, "Device not configured". That can happen if the device is unplugged early or, as in your case, if the device comes up too slowly. As for the problem with the slice node not appearing, I suspect it has to do with GEOM, too. GEOM seems to have bugs that can be triggered by plugging or unplugging devices on the fly. Perhaps Poul-Henning could drop a comment on that. -- Yar
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030730144542.GA44812>