From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <24557a0ed0b4bbb38f0b167cc7c7d4f9@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Thu, 12 Jan 2012 11:25:56 +0000 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] usb flash drive with ext2 Topicbox-Message-UUID: 58c02b7c-ead7-11e9-9d60-3106f5b1d025 > /dev/usb/ep4.0 lun 0: inquiry Generic Flash Disk 8.07 geometry 8007680 512 > > ... so I'd think this is ok ... My next step would be to get more diagnostic output from usb/disk. This is no longer easy with the new monolithic usb driver architecture. You can't just start 'usb/disk -d' because the usb/disk embedded into usb/usbd will have started automatically and seized control of the device when you plugged it in. I think you will need to generate a new usbd with the disk driver configured out (see /sys/src/cmd/usb/usbd/usbdb), then kill the usbd which is embedded into the kernel and start your new one, before running usb/disk.