最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

filesystems - How to store data on mass storage with the shortest possible header? - Stack Overflow

programmeradmin1浏览0评论

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)?

发布评论

评论列表(0)

  1. 暂无评论