Yes, a suggestion: it's the same as a USB IDE problem or any standard usb storage devices.
So, with root priviledges: You type 'modprobe usb-storage' to load the driver, then a new scsi device hould be there, named /dev/sdX (usually /dev/sda if you don't have any scsi drive) Type 'dmesg' to know which leter you'r assigned to. After this, you can see the partition on it by typing 'cfdisk /dev/sda' And to mount it, it will usually be only one partition named /dev/sda1, so you can try 'mount /dev/sda1 /mnt' and look in /mnt The filesystem you describe /proc/usb/XXX/XXX is not the mounted flash disk, but to simplify, it's only a way to show which usb devices are connected! But you need a driver to use these usb device: here usb-storage Freeze --- Quoting David Owens <[EMAIL PROTECTED]>: > Hi there. > > I recently purchased a USB Flash Disk (One of those little key sized > gadgets you plug into your usb port which can store data) and I > am trying to figure out how to mount it and get it working. > > I am using Redhat 7.3, and when I plug it in, the system detects it > and mounts it on /proc/bus/usb (to be more exact > /proc/bus/usb/001/004 > - 006). > > But I cannot figure out a way to read or write data to it. Does > anyone > have any suggestions? > > > When I run usbview, this is what it shows: > ------------------------------------------------------------- > USB Mass Storage > Manufacturer: ACDC Inc. > Speed: 12Mb/s (full) > USB Version: 1.10 > Device Class: 00(>ifc ) > Device Subclass: 00 > Device Protocol: 00 > Maximum Default Endpoint Size: 64 > Number of Configurations: 1 > Vendor Id: 0d7e > Product Id: 2317 > Revision Number: 0.01 > > Config Number: 1 > Number of Interfaces: 1 > Attributes: 80 > MaxPower Needed: 0mA > > Interface Number: 0 > Name: usb-storage > Alternate Number: 0 > Class: 08(stor.) > Sub Class: 6 > Protocol: 50 > Number of Endpoints: 2 > > Endpoint Address: 01 > Direction: out > Attribute: 2 > Type: Bulk > Max Packet Size: 64 > Interval: 0ms > > Endpoint Address: 82 > Direction: in > Attribute: 2 > Type: Bulk > Max Packet Size: 64 > Interval: 0ms > ------------------------------------------------------- > > > Thanks in advance! > > |)ave > [EMAIL PROTECTED] > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users > ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
