Ex2/3 or FAT filesystem driver guides?

Associate
Joined
22 Sep 2009
Posts
2,085
Location
Leicester
Hey guys, right I'm coding an OS at the moment, all has been going well until just recently when I decided I'm totally lost with creating a filesystem driver. I've found all the information I could possibly need about FAT32 (which is what I'm aiming for), however I just haven't got a clue how to make use of it. Can anyone here either recommend me some online reading for filesystems that may prove useful for me, or a tutorial/guide on another simple filesystem which I can read and convert into FAT (if possible, avoid guides with FAT as I want to at least know I'm thinking, not mindlessly doing what I'm told).

And please, PLEASE don't suggest reading source code from an OS, because I stopped finding other peoples source code helpful to learn from years ago.
 
Back
Top Bottom