Tagged Questions
3
votes
3answers
538 views
Weird standard for FAT32 >4gb files
I have recently encountered an embedded system with IDE drives that are FAT32 but have >4gb files. It appears to do this by setting the file size in the 32byte directory entry to how many bytes the ...
2
votes
2answers
65 views
How to share access to a FAT32 Filesystem
I am working on an embedded device that uses an SD-Card for storage and needs to allow a PC to access that SD-Card over USB.
The best approach I could come up with is virtualizing the disk and ...
2
votes
2answers
1k views
faking symbolic links on a fat32 formatted storage
I know FAT32, as well as FAT16/12 neither support symbolic links nor hard-links. However I came up with this idea:
The FAT specification describes that every file is associated with a ...
2
votes
5answers
276 views
FAT File system and lots of writes
I am considering using a FAT file system for an embedded data logging application. The logger will only create one file to which it continually appends 40 bytes of data every minute. After a couple ...
1
vote
2answers
446 views
File Allocation Table Reading
I am working on a custom FAT file system explorer and things have been going quite well. However, I want to know if there is a better way to efficiently read/write to the chainmap. For large devices, ...
1
vote
1answer
206 views
Does the FAT filesystem have a signature?
Given the following BPB:
The "MSWIN4.1" string is just the "OEM ID" field, and by Microsoft documentation it should not be used to identify FAT volumes.
The "FAT32 " string is the BS_FilSysType ...
0
votes
0answers
79 views
fat viewer - FAT32 Viewer needed
Can anyone recommend Windows based FAT32 viewer? What I need to see is the map of allocated/free blocks on SD card connected to my PC and it would be nice to see what blocks are allocated for what ...