Computing.Net > Forums > Linux > how to clone HD for linux system

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to clone HD for linux system

Reply to Message Icon

Name: alan12
Date: October 14, 2002 at 10:18:51 Pacific
OS: redhat
CPU/Ram: P3
Comment:

I use dd command to copy all system from hda1 to hdb1:
dd if=/dev/hda1 of=/dev/hdb1

it works fine when I remove hda1 and reboot hdb1, the only question is: hda1 has only 2GB and hdb1 has 30GB, but after I use dd command, I found hdb1 also has only 2GB recogonized by linux system, how can I have all the rest of space when I use dd to clone system from small HD to large HD? Thanks.




Sponsored Link
Ads by Google

Response Number 1
Name: Balram Adlakha
Date: October 14, 2002 at 10:31:44 Pacific
Reply:

Just copy all the directories from one disk to another. If you want to copy your linux distribution to another disk, mount the other disk, and copy all directories exept for the mount point (or that will copy the other disk to itself)


0

Response Number 2
Name: Richard
Date: October 15, 2002 at 02:55:43 Pacific
Reply:

You can also use partimage which is a piece of software (for Linux) which will lets you do all kinds of things with partitions. Including this.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: how to clone HD for linux system

how to setup adsl for linux www.computing.net/answers/linux/how-to-setup-adsl-for-linux/9997.html

How to load driver in linux? www.computing.net/answers/linux/how-to-load-driver-in-linux/16582.html

how to instal webcam in linux www.computing.net/answers/linux/how-to-instal-webcam-in-linux/21255.html