Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Cloning Linux
Name: Ken Date: August 23, 2001 at 23:28:17 Pacific
Comment:
Hi
I have a machine setup as a porxy server, I want to set another one up, but the hardware is different. I've tried cloning the machine using Ghost but when I install it on another, it won't run.
Is there some sort of setup when I start the machine to re-install all the drivers on the new machine?.
I didn't setup the proxy, it is a command line type not the windows type..
Name: Grasshopper Date: September 1, 2001 at 16:29:00 Pacific
Reply:
I usually just do a cp -dpuR every directory on your drive to the new one. Boot from a boot disk on the new box and run lilo. That is assuming that your kernel will boot the new systme. If not you will have to have a kernel that will.
Summary: I want to clone redhat 6.0 linux system from main drive to backup drive, it can be done by following: init 1 dd if=/dev/hda of=/dev/hdb init 5 but if I write script to have it done automatically, i...
Summary: Hi Smay, Linux is the kernel. it is actualy GNU/Linux. The software that runs on the kernel is GNU. Linux is a Unix clone . Linux is Open Source. With a Linux distro like RedHat or Suse you get the co...
Summary: 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 aft...