Hi George,
In general the internal flash is not meant for a file system like you would have on a PC or mounted to a USB MSD Stick or SD card.
The internal flash or NOR based and has restrictions on how you erase and program. But you can implement a Trivial File System (TFS) that our MQX4.2 RTOS and KSDK_1.3 and KSDK_v2.0 have inherent to them.
But if you want a DOS like mkdir/rmdir/dir/copy/move/etc...like commands then you want USB stick or SD Card interface of which K64 supports both.
In MQX4.2 the following have TFS example:
C:\Freescale\Freescale_MQX_4_2\demo\web_hvac_v2\build\kds\web_hvac_v2_frdmk64f
C:\Freescale\Freescale_MQX_4_2\rtcs\examples\httpsrv\build\kds\httpsrv_frdmk64f
Please let me know if you have further questions.
Regards,
David