<br><br><div class="gmail_quote">On Tue, Nov 8, 2011 at 8:48 PM, Manish Katiyar <span dir="ltr">&lt;<a href="mailto:mkatiyar@gmail.com">mkatiyar@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Tue, Nov 8, 2011 at 6:02 AM, Dan Luedtke &lt;<a href="mailto:maildanrl@googlemail.com">maildanrl@googlemail.com</a>&gt; wrote:<br>
&gt; Thanks for all the answers!<br>
&gt;<br>
&gt;&gt; You need to look at other block-based file systems in the kernel sources in fs dir for examples and understand how they do it.<br>
&gt; I looked at fs/minix/* fs/fat/* and peeked into fs/ext2/, but got more<br>
&gt; confused so I decided to ask for a starting point.<br>
<br>
</div>Hi Dan,<br>
<br>
You may find <a href="https://github.com/mkatiyar/testfs" target="_blank">https://github.com/mkatiyar/testfs</a> helpful.<br>
<div><div></div><div class="h5"><br>
&gt;<br>
&gt;&gt; Also i think if you are interested in reading the first sector<br>
&gt;&gt; then you can probably check the block/genhd.c file<br>
&gt;&gt; get the disk (i.e struct genhd) then the partition (struct hdpart)<br>
&gt;&gt; you will be able to get the first sector.<br>
&gt; Thanks, a well documented source file. However, shouldn&#39;t I get the<br>
&gt; right partition (I called it block device in previously sent mails,<br>
&gt; thought of e.g. /dev/sda2 as a device not a partition) from VFS when a<br>
&gt; user requestes mounting it?<br>
&gt;<br>
&gt;&gt; That&#39;s an old assignment from my uni.<br>
&gt; Wow, exactly what I needed! Thanks for this starting point.<br>
&gt;<br>
&gt;&gt; I would redirect you to learn about struct gendisk and struct bio.<br>
&gt; Noted, I will take a look after studying the vvfs-files from Stephens link.<br>
&gt;<br>
&gt;&gt; Can you tell what are you trying to achieve?<br>
&gt; I&#39;d like to implement a filesystem as kernel modul (like fat, ext2,<br>
&gt; ...). The filesystem is a very simple one, based on chained blocks<br>
&gt; (similar to linked lists in c). I &quot;invented&quot; it when I tried to write<br>
&gt; a bootloader that does not require a second stage to read an kernel<br>
&gt; image. (This is all more or less a &quot;because we can&quot;-project, no<br>
&gt; commercial background, just learning).<br>
&gt;<br>
&gt; Once again, thank you guys!<br>
&gt;<br>
&gt; Greetings,<br>
&gt;<br>
&gt; Dan<br>
&gt; --<br>
&gt; Dan Luedtke<br>
&gt; <a href="http://www.danrl.de" target="_blank">http://www.danrl.de</a><br>
&gt;<br>
</div></div><div><div></div><div class="h5">&gt; _______________________________________________<br>
&gt; Kernelnewbies mailing list<br>
&gt; <a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
&gt; <a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
Thanks -<br>
Manish<br>
</font></blockquote></div><br>Nice reference manish :)<br><br>Regards,<br>Rohan Puri<br>