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
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.
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.
Summary: Folowing many introductions about how to setup adsl for Linux ,I have setup adsl for Linux many times,but it cannot connected to internet.What should I do? ...
Summary: Hi all, I am new to linux, My problem is how to load driver(for some new USB device)?and where will be these drives(as I know all will be in file)?how to found out this itself is our drive(because the...