FAT: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
→‎Programming Guide: Fix the usage of total_sectors (also I think sectorsize in the block below is supposed to be fat_boot->bytes_per_sector but idk)
ctime is measured in centiseconds, that's why it goes from 0 to 199 (0s-1.99s)
Line 512: Line 512:
| 13
| 13
| 1
| 1
| Creation time in tenths of a second. Range 0-199 inclusive. Based on simple tests, Ubuntu16.10 stores either 0 or 100 while Windows7 stores 0-199 in this field.
| Creation time in hundredths of a second, although the official FAT Specification from Microsoft says it is tenths of a second. Range 0-199 inclusive. Based on simple tests, Ubuntu16.10 stores either 0 or 100 while Windows7 stores 0-199 in this field.
|-
|-
| 14
| 14
Line 691: Line 691:
| 20
| 20
| 1
| 1
| Creation milliseconds (0-199) to be added to the FAT style date/time for more accuracy. See FAT12 entry for format of date/time.
| Creation time in hundredths of a second (0-199) to be added to the FAT style date/time for more accuracy. See FAT12 entry for format of date/time.
|-
|-
| 21
| 21
| 1
| 1
| Modification milliseconds (0-199).
| Modification time in hundredths of a second (0-199).
|-
|-
| 22
| 22