kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Creating mkfs for my custom filesystem
@ 2013-03-29  8:27 Sankar P
  2013-03-29  9:58 ` Tobias Boege
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Sankar P @ 2013-03-29  8:27 UTC (permalink / raw)
  To: kernelnewbies

Hi,

I am trying to write a simple filesystem to learn the basics of it.

I have decided on a simple layout for my filesystem where the first
block will be the super block and   will contain the version
information etc. The second block will contain the list of inodes.
Third block onwards will be data blocks. Each file can grow only up to
a single block size. Thrid block will represent the first file, fourth
block for the second file and so on. Directories will not be
supported.

Now I want to create a mkfs for my filesystem as mentioned above. But
I am not able to find out how to do the mkfs for my filesystem such
that the generic mkfs utility will understand my filesystem. What APIs
should I be using ?

Any help is appreciated. Thanks.

--
Sankar P
http://psankar.blogspot.com

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

end of thread, other threads:[~2013-03-29 18:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-29  8:27 Creating mkfs for my custom filesystem Sankar P
2013-03-29  9:58 ` Tobias Boege
2013-03-29 10:14   ` Sankar P
2013-03-29 13:23     ` Valdis.Kletnieks at vt.edu
2013-03-29 14:01     ` Tobias Boege
2013-03-29 15:45       ` Sankar P
     [not found] ` <CA+aCy1EC-tRUCVuP-h=UV0k0bPnhcs9mu+cGFSJt_wRxCKuD-w@mail.gmail.com>
2013-03-29 10:26   ` Fwd: " Pranay Srivastava
2013-03-29 10:48     ` Sankar P
2013-03-29 13:23       ` Madper
2013-03-29 17:27 ` Manish Katiyar
2013-03-29 18:17   ` Sankar P

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