FAT16 cluster problem?
Posted: Sun Jun 23, 2013 2:08 pm
Hi I have implemented FAT16 into my operating system so far all good I can calculate the root directory but when it comes to finding the physical address of the data I have a problem.
Here is more information
Reserved Blocks: 1
Total fats: 1
Total root entries: 512
Blocks per FAT: 1
Blocks per allocation unit: 128
Block size: 512
and the cluster number of the file I am trying to read is 6.
Could anyone help me with the math to calculate this I would appreciate it.
Many thanks
Here is more information
Reserved Blocks: 1
Total fats: 1
Total root entries: 512
Blocks per FAT: 1
Blocks per allocation unit: 128
Block size: 512
and the cluster number of the file I am trying to read is 6.
Could anyone help me with the math to calculate this I would appreciate it.
Many thanks