Re: Information on writing a filesystem

Jan Kara (jack@atrey.karlin.mff.cuni.cz)
Fri, 18 Dec 1998 18:53:31 +0100


>
> Does the book Linux Device Drivers cover how to write filesystems? I am
> assuming not, because it is a fs not a device. If not, where can I find
> docs on writing filesystem support for Linux? Thanks
>
You can read documentation on VFS which might help you a lot. Then
you have to read source of some simple filesystem (maybe minix). I've also
written a simple filesystem (looks like minix but there are some
endianity issues and maybe it's different in subtle details).
If you are interested, mail me.

Honza.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/