Need a tutorial about `write a simple file system` in linux
Hi all, Is there a good tutorial about how to write a simple file system? I know FUSE is easier. But I want to write a real filesystem based on disk. Any simple code example is ok. -- Thanks, Madper Xie.
On Tue, Jan 8, 2013 at 8:59 PM, Madper <bbboson@gmail.com> wrote:
Hi all, Is there a good tutorial about how to write a simple file system? I know FUSE is easier. But I want to write a real filesystem based on disk. Any simple code example is ok.
never write one, but usually whenever I need to check something about filesystem, I check ramfs code. -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
I too would like to read tutorial like this. Ramfs is not disk based. Reading code of extX or other is a little pain... I was searching for article like this on lwn but there are only tutorials about nondisk fs. Greg 8 sty 2013 15:48, "Mulyadi Santosa" <mulyadi.santosa@gmail.com> napisał(a):
On Tue, Jan 8, 2013 at 8:59 PM, Madper <bbboson@gmail.com> wrote:
Hi all, Is there a good tutorial about how to write a simple file system? I know FUSE is easier. But I want to write a real filesystem based on disk. Any simple code example is ok.
never write one, but usually whenever I need to check something about filesystem, I check ramfs code. -- regards,
Mulyadi Santosa Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
participants (3)
-
Grzegorz Dwornicki -
Madper -
Mulyadi Santosa