dear i want built FAT mounter,which takes FAT drive and provides me information related to drive and also Files.
which is the starting point where i started to built the mounter?
There are no FAT drives, only FAT partitions and those don't have partition tables.
But all of that and much more is explained in the link helios posted.
i read the MBR with the help of BPB but i hav problem how to write the directory structure,and how to move with in directory,i am using eclipse C++ for this project.
i read this document, but i have problem to write the generic Function of directory.which works for all FAT(FAT12,FAT16,FAT32) and i have no idea what type of information compulsri for writing directory function,
o.O It seems as if you want someone to tell you exactly how to do this. I doubt anyone is going to have the time or inclination to do it.
You'll just have to spend more time programming and reading the specification until it makes sense to you.
Maybe if you provided the code you already have and where you are having specific difficulties as well as what steps you've taken towards solving your problem, someone would be more forthcoming with help.