<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 1:27 AM, Sankar P <span dir="ltr">&lt;<a href="mailto:sankar.curiosity@gmail.com" target="_blank">sankar.curiosity@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I am trying to write a simple filesystem to learn the basics of it.<br>
<br>
I have decided on a simple layout for my filesystem where the first<br>
block will be the super block and   will contain the version<br>
information etc. The second block will contain the list of inodes.<br>
Third block onwards will be data blocks. Each file can grow only up to<br>
a single block size. Thrid block will represent the first file, fourth<br>
block for the second file and so on. Directories will not be<br>
supported.<br></blockquote></div><br></div><div class="gmail_extra">You can have a look at <a href="https://github.com/mkatiyar/testfs/blob/master/README">https://github.com/mkatiyar/testfs/blob/master/README</a> which has a similar layout.<br>

</div><div class="gmail_extra"><br>-- <br>Thanks -<br>Manish<br>
</div></div>