0

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.

Manish
  • 71
  • 4

1 Answers1

0

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.

Zimbabao
  • 8,150
  • 3
  • 29
  • 36