Finished the RagTag project to beta stage. This will be used by Uformia, and may be released as an open source project.
Continued work on the Evogrid.
While working on the Evogrid, accidentally deleted my .c files instead of .o files. Fortunately I was able to find ext3grep, that allows you to semi-automatically parse the ext3 inode structure and journal, to identify transactions involving the file before it was deleted, and the blocks used in those transactions. With a bit of luck, the blocks will not have been re-used, leaving the contents of the files available to be read off the device. I was able to recover 2 of the 3 deleted files, with the lost file overwritten due to me being in an editor when the file was deleted, which wrote the changes on exit.
Continued work on the Evogrid.
While working on the Evogrid, accidentally deleted my .c files instead of .o files. Fortunately I was able to find ext3grep, that allows you to semi-automatically parse the ext3 inode structure and journal, to identify transactions involving the file before it was deleted, and the blocks used in those transactions. With a bit of luck, the blocks will not have been re-used, leaving the contents of the files available to be read off the device. I was able to recover 2 of the 3 deleted files, with the lost file overwritten due to me being in an editor when the file was deleted, which wrote the changes on exit.
Archives



