I just tested formatting a diskette with old WinXP. The reported "bug" seems to be a feature.
When I format a diskette with "format a:" chkdsks shows no date, when I format with a: /v:TEST it is printed when executing chkdsk.
Please check and tell us if the report can be closed.
As it looks like to me, my and your pictures say the say the same with the difference that I used format a: /vLabelname which means that format calls label to create the labelname. The only difference is that FD forgot the serial number, see other report number.
I noticed that chkdsk does not display a creation date if the volume has no label.
After analyzing the FAT file system structure, it turns out this is not a bug in chkdsk, but a technical characteristic of the FAT design.
Technical Explanation:
The "Volume Creation Date" is not stored in the Boot Sector (BPB) alongside the Serial Number. Instead, it is stored as the modification timestamp of the Volume Label entry within the Root Directory. The Volume Label is technically treated as a directory entry (with the attribute ATTR_VOLUME_ID).
If a disk is formatted without a label, this specific directory entry is never created. Consequently, there is physically no storage location allocated to hold a creation timestamp for the volume. Therefore, chkdsk cannot display a date because none exists on the media.
I just tested formatting a diskette with old WinXP. The reported "bug" seems to be a feature.
When I format a diskette with "format a:" chkdsks shows no date, when I format with a: /v:TEST it is printed when executing chkdsk.
Please check and tell us if the report can be closed.
Last edit: fritz.mueller 2023-06-23
As it looks like to me, my and your pictures say the say the same with the difference that I used format a: /vLabelname which means that format calls label to create the labelname. The only difference is that FD forgot the serial number, see other report number.
Today I asked Google AI and this is the response:
I noticed that chkdsk does not display a creation date if the volume has no label.
After analyzing the FAT file system structure, it turns out this is not a bug in chkdsk, but a technical characteristic of the FAT design.
Technical Explanation:
The "Volume Creation Date" is not stored in the Boot Sector (BPB) alongside the Serial Number. Instead, it is stored as the modification timestamp of the Volume Label entry within the Root Directory. The Volume Label is technically treated as a directory entry (with the attribute ATTR_VOLUME_ID).
If a disk is formatted without a label, this specific directory entry is never created. Consequently, there is physically no storage location allocated to hold a creation timestamp for the volume. Therefore, chkdsk cannot display a date because none exists on the media.
Verification: