How does data I/O takes place on USB Flash Memory ?

Posted by user35704 on Super User See other posts from Super User or by user35704
Published on 2010-04-30T18:23:13Z Indexed on 2010/04/30 18:28 UTC
Read the original article Hit count: 207

Filed under:

I want to know how is data I/O takes place on flash drives which are typically EEPROM's . I thought so as I was writing a C Program that involves file handling . For a normal HDD , that would involve returning the file pointer and reading or writing data to the disk which would be done by read/write HEAD . While in EEPROM's there is no read/write head , as it's works on mnemonic commands , So how come does the C file handling program works when I apply it to a file on flash drive ?

© Super User or respective owner

Related posts about usb-flash-drive