File system implementation

Greg Freemyer greg.freemyer at gmail.com
Sun May 26 07:39:03 EDT 2013



Dibyayan Chakraborty <dib.coolguy at 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.



More information about the Kernelnewbies mailing list