kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* File system implementation
@ 2013-05-25  5:17 Dibyayan Chakraborty
  2013-05-26 11:39 ` Greg Freemyer
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Dibyayan Chakraborty @ 2013-05-25  5:17 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] 6+ messages in thread
* File System Implementation
@ 2013-05-29 14:20 Dibyayan Chakraborty
  2013-05-29 15:54 ` Greg Freemyer
  0 siblings, 1 reply; 6+ messages in thread
From: Dibyayan Chakraborty @ 2013-05-29 14:20 UTC (permalink / raw)
  To: kernelnewbies

Hi,
I was implementing a file system and ran into the following problem.

I wanted to replicate the super block data in order to recover from
occasional Hard disk failures (bit rot problem etc.). While replicating was
easy i could not find a way to detect the errors in the first place.

Any ideas and explanation will be help full.

-- 
With Regards
Dibyayan Chakraborty
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130529/593fa540/attachment-0001.html 

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

end of thread, other threads:[~2013-05-29 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25  5:17 File system implementation Dibyayan Chakraborty
2013-05-26 11:39 ` Greg Freemyer
2013-05-26 18:23 ` Sankar P
2013-05-27  8:05 ` Vineet Agarwal
  -- strict thread matches above, loose matches on Subject: below --
2013-05-29 14:20 File System Implementation Dibyayan Chakraborty
2013-05-29 15:54 ` Greg Freemyer

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