| Author |
Message |
MrE
Mutt


Joined: 02 Feb 2003 Posts: 146
Location: USA
|
Posted:
Sat Jan 03, 2004 2:52 pm Post subject: Image your Hard Drive with KNOPPIX |
|
excellent article here on how to use the free Knoppix distro to make an image of your hard drive
http://www.knoppix.net/docs/index.php/ImageYourHardDriveUsingKnoppix
it covers how to copy an image to a remote SSH server, to a windows or samba share, and how to clone a hard drive onto another hard drive.
Looks like it's very simple... I think I"ll try it over this weekend with the Maxtor drive I just grabbed from Newegg.com (I know Maxtor drives come with a nice utility for doing it, but where's the fun in that )
I had thought that Knoppix had stopped making their distros due to some new Euro patent issues, but looks like the latest distro v3.3 is dated NOV 19 2003 |
|
|
|
|
|
|
fear_nothing
Moderator


Joined: 07 Nov 2001 Posts: 2750
Location: The end of the internet
|
Posted:
Sat Jan 03, 2004 3:36 pm Post subject: |
|
Knoppix and other live-CD type distros have always been pretty cool in my book. I like to blow non-techie minds by pulling the IDE cable from my hard drive and proceed to load up Knoppix. It always makes for a good show.
Let us know how your backup goes |
_________________ -Fear
Remember when it comes to Information Security only the paranoid will survive….
Slashdot poster: I don't use commercial applications. I don't use programs for my security tests. I do the tests myself everyday.
Slashdot reply: You don't use programs? What, you put the cat-5 in your mouth and try to *taste* the intruders?
An infinite number of monkeys pounding away on keyboards will eventually produce a report showing that Windows is more secure and has a lower TCO, than linux.
|
|
|
|
|
soup4you2
Tail-Wagger


Joined: 15 Mar 2002 Posts: 2452
Location: Desolate wastelands of Virginia
|
Posted:
Sat Jan 03, 2004 3:52 pm Post subject: |
|
Quote:
/\/\/\
-Fear
Missing: Signature, last seen being used by Nutbombs. Reward offered for his capture, dead or alive.
hehehe |
_________________ tomorrow will be canceled due to lack of interest
|
|
|
|
|
MrE
Mutt


Joined: 02 Feb 2003 Posts: 146
Location: USA
|
Posted:
Sun Jan 04, 2004 7:48 pm Post subject: |
|
posted this in wrong spot. Can someone move this to the Linux area. |
|
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Sun Jan 04, 2004 8:20 pm Post subject: |
|
This is general *nix knowledge. You can do the same with a BSD/Solaris rescue something. |
|
|
|
|
|
|
soup4you2
Tail-Wagger


Joined: 15 Mar 2002 Posts: 2452
Location: Desolate wastelands of Virginia
|
Posted:
Sun Jan 04, 2004 8:49 pm Post subject: |
|
dump and restore are your friends... |
_________________ tomorrow will be canceled due to lack of interest
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Mon Jan 05, 2004 7:31 am Post subject: |
|
dump and restore don't copy the whole disk but only the files etc. Not the deleted files |
|
|
|
|
|
|
squashman
Big Dog


Joined: 08 Oct 2001 Posts: 3471
Location: 1265 Lombardi Ave.
|
Posted:
Mon Jan 05, 2004 7:39 am Post subject: |
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Tue Jan 13, 2004 6:58 pm Post subject: |
|
instead of Quote:dd if=/dev/hda | ssh user@remotehost /bin/dd of=/tmp/mypc_hda.img
Quote:dd if=/dev/hda | gzip -c | ssh user@remotehost /bin/dd of=/tmp/mypc_hda.img.gz
Don't now if it will save traffic but it will save harddisk space |
|
|
|
|
|
|
|
|