My goal is to translate logged block-level accesses (LBAs) to file names. I am logging at UEFI level, so programs and boot loaders mostly read from ESP (EFI System Partition) which has a structure similar to FAT.
I know that fsutil volume querycluster
is able to do this for NTFS, is there a solution for FAT?
It is important to operate with a mounted volume and not an image.