Hello again, On Fri, 6 Feb 2004, Bradley Chapman wrote:
> > > hub 1-0:1.0: new USB device on port 2, assigned address 3 > > > SCSI subsystem initialized > > > Initializing USB Mass Storage driver... > > > scsi0 : SCSI emulation for USB Mass Storage devices > > > Vendor: STF Model: Flash Drive Rev: 1.897 > > > Type: Direct-Access ANSI SCSI revision: 02 > > > drivers/usb/core/usb.c: registered new driver usb-storage > > > USB Mass Storage support registered. > > > > What's wrong here exactly? > > I don't know - that's why I provided output with CONFIG_USB_STORAGE_DEBUG=y. Not sure if we're on the same wavelength. I can't see anything wrong in your debug log there. It seems to be saying in the last line that your system has installed the USB mass storage driver, so you should have a new device created. Look in the messages to find what the device is called, maybe something like /dev/sda1. You should then be able to mount the device and use it like any other disc device but of course this one is a simulated disc device and if you unplug it before you unmount it things can go wrogn. So what's the problem? Can't you find the device, mount it, read it after mounting it, or what? 73, Ged. ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
