Free Newsletters :

Become A System Rescue Guru With Linux, Part 2

Part 1 of this series dealt with how to rescue a failing hard drive by copying files to a second local hard drive. Carla Schroder walks through network rescues, Windows machine rescues, and fixing the MBR in the final part of the System Rescue series.
May 30, 2008
By

Carla Schroder



Carla Schroder



(Page 1 of 3)

In part 1 of this series we learned how to rescue a failing hard drive by copying files to a second local hard drive. You can also copy files over the network, which is useful for nearly any problem, whether it's software or hardware. You need a second PC running sshd. Suppose the second PC is named filestore. Boot SystemRescueCD on the sick computer, then use the scp command to copy your important files:
% scp -pr /home alrac@filestore:rescuedfiles/
-p preserves modification times, access times, and modes. This only makes sense on Linux file systems. -r means recursive, or copy all the contents of a directory.


Page 1 of 3

 
1 2 3
Next Page

Tags: Linux, software, IT, hardware

0 Comments (click to add your comment)
Comment and Contribute

 


(Maximum characters: 1200). You have characters left.

 

 

IT Offers