May 26, 2013
11:39 a.m.
Dibyayan Chakraborty <dib.coolguy@gmail.com> wrote:
Hi, I want to implement a file system and integrate with my system. Now first i have to implement the code for disk-formatting(like populating the super_block , root inode etc). I want to see the source code for the ext3 file system for this purpose.
Please tell me which file in the kernel source contains the implementation.
In general the kernel doesn't create the things. Mkfs does, so you need the source to mkfs.ext3. Greg -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.