* Need a tutorial about `write a simple file system` in linux
@ 2013-01-08 13:59 Madper
2013-01-08 14:38 ` Mulyadi Santosa
[not found] ` <CAE0An6c-05mTpMnXZ+QHFHqxeYEtYNsqp1+5XcudM1SdLcNTUQ@mail.gmail.com>
0 siblings, 2 replies; 4+ messages in thread
From: Madper @ 2013-01-08 13:59 UTC (permalink / raw)
To: kernelnewbies
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.
^ permalink raw reply [flat|nested] 4+ messages in thread* Need a tutorial about `write a simple file system` in linux
2013-01-08 13:59 Need a tutorial about `write a simple file system` in linux Madper
@ 2013-01-08 14:38 ` Mulyadi Santosa
2013-01-08 15:10 ` Grzegorz Dwornicki
[not found] ` <CAE0An6c-05mTpMnXZ+QHFHqxeYEtYNsqp1+5XcudM1SdLcNTUQ@mail.gmail.com>
1 sibling, 1 reply; 4+ messages in thread
From: Mulyadi Santosa @ 2013-01-08 14:38 UTC (permalink / raw)
To: kernelnewbies
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
^ permalink raw reply [flat|nested] 4+ messages in thread* Need a tutorial about `write a simple file system` in linux
2013-01-08 14:38 ` Mulyadi Santosa
@ 2013-01-08 15:10 ` Grzegorz Dwornicki
0 siblings, 0 replies; 4+ messages in thread
From: Grzegorz Dwornicki @ 2013-01-08 15:10 UTC (permalink / raw)
To: kernelnewbies
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 at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130108/164048fe/attachment.html
^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CAE0An6c-05mTpMnXZ+QHFHqxeYEtYNsqp1+5XcudM1SdLcNTUQ@mail.gmail.com>]
end of thread, other threads:[~2013-01-08 15:10 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 13:59 Need a tutorial about `write a simple file system` in linux Madper
2013-01-08 14:38 ` Mulyadi Santosa
2013-01-08 15:10 ` Grzegorz Dwornicki
[not found] ` <CAE0An6c-05mTpMnXZ+QHFHqxeYEtYNsqp1+5XcudM1SdLcNTUQ@mail.gmail.com>
2013-01-08 15:09 ` Madper
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).