How to Start File System in Linux Kernel

Saket Sinha saket.sinha89 at gmail.com
Wed Aug 20 11:41:06 EDT 2014


Hi Rahul.

 Look at the source code of debugfs to start with.

Then some of us have tried to write our own filesytems with the
intention of just learning the filesystem stack in linux kernel. Some
of these efforts are here -

1. http://lwn.net/Articles/13325/

2. https://github.com/psankar/simplefsnd

3. https://github.com/disdi/Default-FS

Hope this comes useful.

Regards,
Saket Sinha

On Wed, Aug 20, 2014 at 9:03 PM, Rahul Garg <rahul.lnmiit at gmail.com> wrote:
> Hi All,
>
> I have basic knowledge of linux kernel concept and I would like to
> read more about File System.
> So I would really appreciate if some one can suggest me some
> material(blogs, tutorial) or anything which can help me to get better
> understanding about File system.
>
> Regards
> Rahul
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



More information about the Kernelnewbies mailing list