kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* File System
@ 2013-05-25  5:15 Dibyayan Chakraborty
  2013-05-25  5:51 ` Racz Zoli
  0 siblings, 1 reply; 2+ messages in thread
From: Dibyayan Chakraborty @ 2013-05-25  5:15 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I want to implement a file system and integrate with my system. Now
first i have to implement the code for disk-formatting(like populating
the super_block , root inode etc). I want to see the source code for the
ext3 file system for this purpose.

Please tell me which file in the kernel source contains the
implementation.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* File System
  2013-05-25  5:15 File System Dibyayan Chakraborty
@ 2013-05-25  5:51 ` Racz Zoli
  0 siblings, 0 replies; 2+ messages in thread
From: Racz Zoli @ 2013-05-25  5:51 UTC (permalink / raw)
  To: kernelnewbies

Hi.I don't know about the ext 3 format code, but you can check out this
repository:

https://github.com/raczzoli/testfs

It is an experimental file system, but it can handle basic operations like
directory listing/creation/removal, file creation and listing and you can
also find a format utility under tools.
I hope it helps.

Regards, Zoli.
On May 25, 2013 8:15 AM, "Dibyayan Chakraborty" <dib.coolguy@gmail.com>
wrote:

> Hi,
> I want to implement a file system and integrate with my system. Now
> first i have to implement the code for disk-formatting(like populating
> the super_block , root inode etc). I want to see the source code for the
> ext3 file system for this purpose.
>
> Please tell me which file in the kernel source contains the
> implementation.
>
>
> _______________________________________________
> 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/20130525/5c10ad0a/attachment.html 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-25  5:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25  5:15 File System Dibyayan Chakraborty
2013-05-25  5:51 ` Racz Zoli

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).