Archive for the ‘Linux’ Category

Recovering deleted files/content in Linux

Sunday, September 23rd, 2007

Link that saved my day’s work:
http://recover.sourceforge.net/linux/

Interesting fact about ext3(from Linux ext3 FAQ):

Q: How can I recover (undelete) deleted files from my ext3 partition?
Actually, you can’t! This is what one of the developers, Andreas Dilger, said about it:
In order to ensure that ext3 can safely resume an unlink after a crash, it actually zeros out the block pointers in the inode, whereas ext2 just marks these blocks as unused in the block bitmaps and marks the inode as “deleted” and leaves the block pointers alone.
Your only hope is to “grep” for parts of your files that have been deleted and hope for the best.

Other related Links:

Good Linux VM image

Thursday, September 20th, 2007

If( “Got a new laptop” && “Want to try Linux” && “No partitioning and installation pains” )
{

Try this nice Linux VM: “KDE 3.5.5 on openSUSE 10.2″ for VMware Player
}