Can anyone tell me what the authors mean on this line?
Posted
by Anirudh Goel
on Stack Overflow
See other posts from Stack Overflow
or by Anirudh Goel
Published on 2009-07-15T22:22:23Z
Indexed on
2010/05/31
2:02 UTC
Read the original article
Hit count: 319
i was going through this link: FAT16 Basics to Assemble Clusters. I have read the structures involved in defining a directory entry in FAT. Now when giving the example for a FAT16 File, it says the data cluster is 0x03 for the example file MyFile.txt. Which means if we logically compute the Data Cluster we will be able to reach to the first node which happens to be cluster no 3.
But what I fail to understand is what the author is trying to say in the next line where it says
What we can see in the File Allocation Table at this moment?
How suddenly we reach to the File Allocation Table? Weren't we already there when we were going through the information of Myfile.txt? I couldn't find any reason how suddenly the author jumped to an offset location of 00000200 and is identifying the emptiness of the clusters. It will be great if someone can help me understand. Thanks
© Stack Overflow or respective owner