For the past few months I have been using my Sony Cybershot W80 extensively and taking photos left and right. One of the features that I use is that of creating folders on the memory card. On one such occasion I created a new folder which was for experimenting with the camera options next day.
Once I finished with the experimenting I wanted to delete them, since there were lots of photos deleting them individually did not make any sense so I used the ‘delete all photos in the folder’. The pictures got deleted fine….but as luck may have it the initial few photos were the one which I wanted. So was it all gone for ever??
Well….Google is here…..did a quick round of search and ended up with a quick open source solution to recover media files from a memory card. here is what needs to be done.
- Install ‘testdisk’ package for your distribution
The first step which I did was to install a software package named “testdisk”, depending on the distribution you use you should easily be able to find the package. - Make an image of the memory card
The next step is to make an image of your memory card, this is achieved using the ‘dd’ command which comes by default with most distributions, the command you will have to issue is:$ dd if=/dev/sda1 of=memory_card.img bs=1024
In the above command, ‘if’ is the input drive which should be your memory card, ‘of’ is the file name for the image which we are creating, and ‘bs’ is the byte size.
- Recover files by scanning the image using photorec
The final step is to use a command provided by testdisk package. The ‘photorec’ command will recover all the JPG and GIF files which were recently deleted from your memory card. The command is very simple:$ photorec memory_card.img
The software will take you through a menu driven interface where you will have to select a few options to get your work done. It is simple and anyone should be able to use it with ease.
So by following the above three simple steps I was able to recover the pictures which I had thought were lost for ever and that to using only free software and on a Linux system. There is one or the other software in a Linux system which will always be there for your requirement but may have been unknown to you, but once you know your requirement you would be amazed at the options that are available, atleast I was blown away. Three cheers to free software and lots of thanks to the developers of ‘testdisk’ and ‘photorec’. Now only if someone would write a proper GUI for this….well I don’t want to be too greedy…
So I am off to take more photos without having to worry about losing some photos unintentionally when deleting photos from the Cybershot memory card…










Photos….Photos…and more Photos…..ever since I bought the digital camera I have been clicking photos of anything imaginable. I have been on a few trips as well, hence I thought of putting some of the good ones on the web and share it with a few friends, and the best solution for these for me turned out to be Picasa.
Want that document urgently, but don’t remember which folder you put it in…and thousands of files are littered all over…..Search! Search!….but how…..???
So I thought I will give it a try. Installation was simple as every, just downloaded the file and the installation went on without any issues. After installing, the next time I restarted the machine the search agent appeared in the system tray panel and it began indexing.
After successfully getting my CDMA modem to work in SuSe 10.2, I am really happy and enjoying browsing the net on SuSe. But all of the sudden for the past two to three days I experienced a strange problem when trying to connect. I got this message, after the connection was made:
GAIM, the multi protocol instant messenger client for Windows, Linux, BSD, and other Unixes. Using Gaim one can talk to one’s friends using AIM, ICQ, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour, Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC, SIMPLE, and Zephyr. 

For the past 2-3 weeks I have been using Tomboy, which its developers mention as “a simple and easy to use desktop note-taking application”. It is a mono based application and can be added to the gnome panel. Also, it has the potential to help one organize the ideas and information dealt in every day.
I am currently using it to monitor the cpu usage and also to display time, since I think this time display is lot cooler than the one in the panel. Also another feature of GKrellM is the huge set of themes made for usage with it. I am currently using the Aqua theme as can be seen in the screenshot. You can also see the uptime of my pc, it show the machine is on for about 3hrs and 40mins. If you are wondering why there is a sudden spike in the cpu usage every few seconds, well it is due to the beagle dog which is trying very hard to index all the files in my home directory.


Recent Comments