Forum Discussion
Altera_Forum
Honored Contributor
22 years agoFilesystem for compact flash
I want to install a fat filesystem on the compact flash. I am using the stratix evaluation board. Can somebody tell me if i can use the files existing in the microtronix linux for this purpose. ...
Altera_Forum
Honored Contributor
22 years agoYou could create the file system using
mkdosfs -F 16 /dev/<your_dev> on any PC running Linux. For a Windows PC, I'm not sure they give you the option of creating a FAT16 filesystem, though there may be some utilities that will do it... wentao is right, most CF cards come fully formatted already. Cheers, - slacker