Hello All!
Anybody knows an example that explains how to enumerate USB Flash Drives connected in a PC
I need to enumerate the mountage points (example: "/dev/media/KINGSTON"... etc...)
This strings will be used for write some archives in ROOT of all USB Flash Drives connected in the current PC (As /dev/media/KINGSTON/config.acc)
Another person recommended that I use the libusb library, but... I'dont know anythig about this library...
Thanks! (Excuseme for my english level)
Yes... but... i don't need all the USB devices! I need only USB mass storage devices and use it for write come files...
You know how to do this?