Would clarify a little bit. The "FAT" is an index of clusters of sectors on the hard disk.The operating system can keep track of where particular clusters are physically located. The directory structure keeps track of where things are stored and how much storage is used.
As files are added, removed, or changed from the system, the FAT table is modified to point to additional clusters used in adding to size or made available for something else in the case where the file size is decreased.
If you can get norton utilities you can use the sector read/write to look at the FAT tables, and at the directory structure, to see how they interact. In particular, the directory structure shows the starting cluster of a file, and succeeding clusters are pointed to by the FAT. Ed Fair
efair@atlnet.com
Any advice I give is my best judgement based on my interpretation of the facts you supply.
Help increase my knowledge by providing some feedback, good or bad, on any advice I have given.