How to Start File System in Linux Kernel
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
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@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@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (2)
-
Rahul Garg -
Saket Sinha