May 24 2010
Posted by coen under Programming,c++
inspectfs
It has been some time since my last post here, but finally I have something new to share.
Just yet I started working on a hobby project that may end up in the trash, or it may end up as a large side project: inspectfs. I haven’t put much thought in the name, so if you have an idea, let me know.
The idea is to build a (Linux) tool that gathers information about any disk / partition / file system that is currently attached to your computer. It’s a bit of a rough idea as of yet, but I hope it will crystallize a bit in the next few weeks.If you have any ideas or tips regarding this, please let me know and I’ll see if it’s worth incorporating.
Inspectfs relies on libudev for querying device information but I wrote some C++ wrapper classes because I want the project to contain as much C++ and as less C code as possible.
Soon you’ll be able to find the code and more on github, and if you want to join me, post a message here!