On Fri, Jan 7, 2011 at 11:10 AM, Fu Kai <[email protected]> wrote:
> hi folks,
> I'm looking the source code about linux file system recently. I have scanned
> over ext2,
> and now I'm very curious about how does the kernel setup the ext2 up, but I
> couldn't locate
> the corresponding code. Could anybody give any advice for me?
>
> Thanks,
> owr

You mean how does a partition get formatted?

If so, from userspace.  A lot of filesystem support logic is in
userspace.  So you have to look at those tools as well.

They are maintained by the same developers as the kernel.

Remember, in general if a job can be done in userspace as well as it
can in the kernel, then it is not allowed into the kernel.  The goal
is to keep the kernel small.

Greg

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

Reply via email to