[ask]creating a file system (FAT32)
Posted: Sat Apr 08, 2006 11:00 pm
hi all,
can anybody give me an enlightment on how to create a file system (FAT32)?
I know the basic structures of it (ie. clusters, MBR, sectors, CHS, and so on), but as far as to start coding (in C), I have no clue where or how to start.
(I've started bulding the clusters using linked lists, but other than that, i'm lost for the next step).
you don't have to answer my question with code. but just some generalization on how to actually start.
thanks,
can anybody give me an enlightment on how to create a file system (FAT32)?
I know the basic structures of it (ie. clusters, MBR, sectors, CHS, and so on), but as far as to start coding (in C), I have no clue where or how to start.
(I've started bulding the clusters using linked lists, but other than that, i'm lost for the next step).
you don't have to answer my question with code. but just some generalization on how to actually start.
thanks,