views:

38

answers:

1

Is there 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

+1  A: 

I believe FSCTL_GET_RETRIEVAL_POINTERS is what you are after. I also found a really detailed exploration of its use.

Luke
Thanks for the article, it's very informative
Maksee