Dibyayan Chakraborty <[email protected]> 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.

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to