|
|
User:goeko > System Recovery
System RecoveryTable of contents
This page as info about using Linux to help recover your system.
This is an article that talk about different Linux live distributions you can use to help recover a system. http://www.h-online.com/open/feature...s-1183726.html
If you are running Ubuntu system you can use the Testdisk "Suite" sudo apt-get install testdisk Testdisk is a tool to Scan and repair disk partitions.
When you install testdisk you will also get the photorec tool to recover files from the disk/disk image.
Here is a link to some Live Recovery Disks (for both Linux and Windows) http://www.h-online.com/open/features/Save-your-PC-bootable-Linux-rescue-tools-1183726.html
Recovering FilesReciently I had to recover files off a sd card of mine ( I had deleted them... arg.).
First I made a copy of the whole SD card dd if=/dev/sdd of=4GB_SD_Card.img
sudo testdisk 4gb_SD_Card.img
Here is a link to the tutorial I follow. |