Skip to main content

Recover corrupted hard disk

Ever had a hard drive get all corrupted by money and power? Or just overuse…

I found a good tutorial on how to recover your data from a corrupted hard drive, but it needed some tweaking so I moved some stuff around. This should be more efficient.

First things first, you need a new hard drive. It can be external if you want. But you HAVE to be able to mount it as a directory in DSL (damn small linux)

Now you need to borrow someone elses computer (cause yours is screwed right?).

Download DSL (damn small linux)

Just google “Damn Small Linux Download”, you’ll find it.
Got it? Good, now boot it.

after booting you will see the GUI of the DSL, run TERMINAL
and follow this command
*Note: this command will make you a super user in DSL

#sudo su

*Note: this command will mount you HDD on DSL

#mount /dev/hda1 /mnt/hda1

*Note: this command will check if your data is still on the HDD

#cd /mnt/hda1
#ls -al

Found any data? If not stop here and cry.

If yes move on.
Since you already have you new hard drive connected to your PC just run this command series.

#mount /dev/hdc1 /mnt/hdc1
#cd /mnt/hdc1
#mkdir backup
#cp -R /mnt/hda1/*.* /mnt/hdc1/backup

Comments

Popular posts from this blog

Appium 1.5

The most awaited Stable version of Appium... 1.5 has been released. Go through the below update from Jonathon. Appium 1.5.0 Released Appium 1.5 The Appium team is extremely proud to announce the release of Appium 1.5! Go ahead and npm install -g appium while you read the rest of this post! Appium 1.5 has been in the works for over half a year, and we would like to share why it's such an important release for us.

Steps to extract audio from a video file using VLC media player

Many of us face a situation where we have our most favorite video song, but we do not have an audio version of it. In my case, i had to convert all my favorite songs from the latest coke studio episodes. So here is the procedure to extract audio from any video file and save it as mp3. Open VLC media Player.  Press Ctrl+R which opens a window titled "Open Media"  Click on "Add" button and select your favorite video from which you wanted to extract the audio. Now, click on the little arrow button present on the "Convert/Save" button in the bottom of the window. Select the option "Convert" from the drop-down. Now a new Window named "Convert" will be opened. Click on the "Browse" button beside the text Destination File and choose an appropriate folder and name to save your output audio file. Once you have named your output file, change the extension from .ps to .mp3 Under the "Settings" section drop-down, se...

Rabba - A Soul Song