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 ext2fs
2. Will implement File Create, Read, Write, Delete, Link, Symlink
3. Will log the messages for any of the operations on this filesystem
4. 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