The USB flash devices emulate an IDE type device, sorta, but not necessarily FAT file system. CompactFlash cards (or MemSticks, etc.) used on the CoCo are just sector devices (read a sector, write a sector) and are formatted in either RS-DOS or OS-9, no worries there. We just need to fetch or store a sector to a USB device. -- A