Re: Need a tutorial about `write a simple file system` in linux

2013-01-08 Thread Grzegorz Dwornicki
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" napisaƂ(a): > On Tue, Jan 8, 2013 at 8:59

Re: Need a tutorial about `write a simple file system` in linux

2013-01-08 Thread Madper
On 01/08/2013 11:07 PM, Manish Katiyar wrote: search google for "mkatiyar testfs" or "mkatiyar nngfs" Hi, I'm reading your testfs. Thank you very very much! On Tue, Jan 8, 2013 at 5:59 AM, Madper > wrote: Hi all, Is there a good tutorial about how to wr

Re: Need a tutorial about `write a simple file system` in linux

2013-01-08 Thread Mulyadi Santosa
On Tue, Jan 8, 2013 at 8:59 PM, Madper 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 ne