"Writing a simple file system"
http://www.geocities.com/ravikiran_uvs/articles/rkfs.html
You may also refer
"Chapter 14: Developing a Filesystem for the Linux Kernel" from the book "UNIX Filesystems: Evolution, Design, and Implementation".
On 8/20/07, Abhijit Pawar <abhijitcpawar@xxxxxxxxx> wrote:
Hi All,Just to see the different aspect of the filesystem and its working, I am planning to write a simple filesystem of my own.This will be:1. A Filter layer around ext2fs2. Will implement File Create, Read, Write, Delete, Link, Symlink3. Will log the messages for any of the operations on this filesystem4. Inform Administrator if the file is deleted.I was wondering if this would be a good excersise to check the details of the filesystem.Any pointers on this is really appreciated.Thanks,Abhijit
--
--
Regards,
Sunil Agham.