admin管理员组文章数量:1024655
I would like to save one text file on a limited memory mass storage (~22kB). The problem is that the file system header size is too big for this application. The standard FAT32 header takes ~20kB of memory. In case of FAT12 it is only ~10kB, but that is too much for my application, I need to reduce the header size as much as possible because I need more space for the data stored in the file.
I would like to ask if there is any file system that requires less space for the header, or is it possible to reduce the FATFS header size (for example, not storing date or name information)?
I would like to save one text file on a limited memory mass storage (~22kB). The problem is that the file system header size is too big for this application. The standard FAT32 header takes ~20kB of memory. In case of FAT12 it is only ~10kB, but that is too much for my application, I need to reduce the header size as much as possible because I need more space for the data stored in the file.
I would like to ask if there is any file system that requires less space for the header, or is it possible to reduce the FATFS header size (for example, not storing date or name information)?
本文标签: filesystemsHow to store data on mass storage with the shortest possible headerStack Overflow
版权声明:本文标题:filesystems - How to store data on mass storage with the shortest possible header? - Stack Overflow 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://it.en369.cn/questions/1745563243a2156290.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论