Fragger - A tool to display file layout on a block device
./configure, make should build src/fragger, which can be run right out of the src dir (Do you really want to install this?)
Must be root to use (the ioctl reguest 'FIBMAP' is used to get the block addresses). The function get_bmap() was taken from the Theodore Ts'o filefrag utility, part of his e2fsprogs package (http://e2fsprogs.sourceforge.net/)
It is currently lacking in many features. Fortunately, what it lacks in features, it makes up for in bugs.
- TODO
- Ability to save current map to a file, to be re-opened in fragger. Export map as an image. Close files Open Directories Look into other possibities (other than root execute) for this ioctl request 'FIBMAP'
- BUGS
The black background for the label will only apply to the text area, even though i have attempted to set the entire label widget bg to black.
