Search code examples
linuxfilesystemslinux-kernelext3

EXT3 file system pre digest material


I am looking for understanding EXT3 filesystem source code. I think I need a little pre-digestion to fully understand the code. Can anyone please suggest some material(blog etc.) where I can get some basic understanding of the source code.


Solution

  • Read this paper on ext3 mostly about "why". Get general overview about linux filesystems and read ext3 documentation in linux kernel code.

    This should get you a good understanding about the code.