FAT file system

Pages: 12
Jul 6, 2010 at 11:37am
How to implement FAT file system in C++,any helping material, i can't read the partition table also??
Last edited on Jul 7, 2010 at 4:57am
Jul 6, 2010 at 1:56pm
There is plenty of documentation online of the FAT16 and FAT32 file system formats at a bit level.
Jul 7, 2010 at 4:17am
if u hav any link tel me,and also helping source code
Jul 7, 2010 at 5:12am
Jul 7, 2010 at 6:05am
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?
Jul 7, 2010 at 6:16am
FUSE is your starting point:
http://fuse.sourceforge.net/
Jul 7, 2010 at 6:31am
dear how to read the partition table of FAT drive?
Jul 7, 2010 at 6:44am
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.
Jul 7, 2010 at 7:03am
ok how to read FAT table?
Jul 7, 2010 at 4:44pm
Google for fatgen103.doc
Jul 9, 2010 at 4:14am
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.
Jul 9, 2010 at 5:33am
I have a book about developing file system. But I am not sure that there is information about FAT
Jul 9, 2010 at 5:39am
i want information related to FAT,ok plz tel me the link where u got this book?
Jul 9, 2010 at 6:32am
plz tel me as soon as posbl.i hav no time.
Jul 9, 2010 at 7:12am
The document Null posted has all the information on FAT. It's not called the specification for nothing.
Jul 9, 2010 at 7:23am
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,
Jul 9, 2010 at 7:52am
anybody have no idea??????
Jul 10, 2010 at 4:21am
how to write the directory structure of FAT??
Jul 10, 2010 at 7:52am
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.

u mite want 2 ! use 733t speek 2

My 2 cents
Last edited on Jul 10, 2010 at 8:29am
Jul 10, 2010 at 10:02am
ok sir i want to build the FAT mounter,can u help me ,from which point i start working?
Pages: 12