Hello
1.
File system metadata refers to the times recorded by the operating system when a file is modified, accessed, or created.
Filesystem metadata is stored in the FAT in both NTFS and FAT32.
Filesystem metadata is not stored with the filedata.
File metadata (for example BMP-file: (1) The file header contains: metadata), is part of the file and is stored with the file.
Correct?
2.
Another question:
How many timestamps in filesystem metadata, for each of “Created” “Modifed” “Accessed” does a filesystem store?
Only 1, and it just get overwritten by the filesystem?
Thank you