About File Systems

I was talking with a friend about fs’s and we saw that lot of file systems implements repeated things, what change is only the file system layout.

And the questions is..it’s not possible implements a framework that we only write the layout for example, a simple fs:

<super_block_init = 0×8000>

<inode_uses = b+tree>

<inode_init = 0×32000>

It’s possible?

~ by igt0 on March 15, 2008.

Leave a Reply