Results 1 to 8 of 8
Hello,
I have a Centos 5.4 installed in my old PC, it contain Asterisk, web pages ..., how can i clone all system to my new PC, or to connect ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2012 #1Just Joined!
- Join Date
- Apr 2012
- Posts
- 7
Clone HardDisk to another Pc
Hello,
I have a Centos 5.4 installed in my old PC, it contain Asterisk, web pages ..., how can i clone all system to my new PC, or to connect the old HardDisk to New PC?
Thx in advance
- 05-11-2012 #2Linux Newbie
- Join Date
- Apr 2012
- Posts
- 112
- 05-11-2012 #3Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,673
another good solution is Clonezilla. it is a live linux boot cd that you use to boot your computer. i believe you need both disks physically attached to do it, but it works great, if that is not a deal breaker for you.
- 05-11-2012 #4Just Joined!
- Join Date
- Apr 2012
- Posts
- 7
i can connect 2 disk in the new PC, so to install the Clonezilla i'm obliged to install it in the new HardDisk, can i do this?
- 05-11-2012 #5Linux Registered User # 475019
Lead,Follow, or get the heck out of the way
AntiX,Puppy,Windows 7=(cuz of scooters)
Free Linux Books
Free R Books
- 05-11-2012 #6Just Joined!
- Join Date
- Apr 2012
- Posts
- 7
ok, thank u, i will try it now
- 05-12-2012 #7Just Joined!
- Join Date
- Jan 2011
- Posts
- 2
another way to easily copy a whole device if both plugged into the same pc:
dd if=/dev/source_hdd of=/dev/destination_hdd
If copying to a remote pc (and the destination is not the main hdd of the remote pc) you can also use ssh:
dd if=/dev/local_source_hdd | ssh user@host dd of=/dev/remote_destination_hdd
The dd command will write all data including blank blocks. Also, if you have a 500gb hdd and copy to a 1tb hdd, then the 1tb will show formatted as a 500gb. works best when source and destination are same size.
- 05-12-2012 #8Trusted Penguin
- Join Date
- May 2011
- Posts
- 3,673


Reply With Quote

