Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
If i got you right, and you are talking about the data area of the FAT, this happens because the first two entries on the FAT table are reserved. So the first sector of data is actually the third sector on the FAT.
renovatio wrote:thanks, it's helpful,, but what is the first logical cluster and what does it point to?
that depends, first logical sector of where?
If its from the disk than it points to the first physical sector of the disk.
If its the first logical sector of the data area it points well... to the start of the data on the fat, which probably is not the first logical sector.