Getting physical sector of a filesystem directory entry
Is the开发者_C百科re a way to know the sector/cluster number a directory entry in Window? If there's a separate or absent solution for NTFS/FAT32, it's ok, I can live with it.
Thanks,
Max
I believe FSCTL_GET_RETRIEVAL_POINTERS is what you are after. I also found a really detailed exploration of its use.
精彩评论