Forum Discussion
Altera_Forum
Honored Contributor
11 years agoYou don't need specific drivers for an ordinary USB thumb drive formatted with FAT32 (as most are). The SoCkit may be seeing your pen drive already. I don't know if this will work on the SocKit, but on a desktop linux system you would type "cat /proc/partitions" before and after inserting the drive. If there is a new line in the output that is where linux put your drive. You can then use the mount command to gain access as usual.