On Thu, 17 Jun 2004, Daniel Nouri wrote: > I get this message when inserting my USB MMC card reader: > > usb 3-1: new full speed USB device using address 4 > usb.agent[5388]: usb-storage: already loaded > usb-storage: This device (04e6,0006,0205 S 01 P 01) has an unneeded Protocol entry > in unusual_devs.h > Please send a copy of this message to <[EMAIL PROTECTED]> > scsi3 : SCSI emulation for USB Mass Storage devices > Vendor: Model: Rev: > Type: Direct-Access ANSI SCSI revision: 02 > Attached scsi generic sg1 at scsi3, channel 0, id 0, lun 0, type 0 > disk at /devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/host3/3:0:0:0 > > I tried to mount brute force, since I wouldn't know which device to use: > ultravisitor:~# for mpnt in /dev/s*; do mount $mpnt -t vfat /mnt/mmc; done > > However, I didn't succeed.
Shouldn't that be: mount -t vfat $mpnt /mnt/mmc ? Also, it looks like you need to have the sd_mod driver loaded. Without that no SCSI disk-like device will work. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
