Re: Copying system to another disk

1999-04-28 Thread homega
Micha Feigin dixit: ~> I want to copy the whole system to another disk to run on another ~> computer (after copy it i can take care of configuration). Seems to be ~> easier and shorter then downloading about 300 megs. ~> I was wondering how do i go abou doing this. ~> If anyone knows the answear

Re: Copying system to another disk

1999-04-28 Thread Bill Wilson
It's not just plain, it doesn't exist. The web site should be: web.wt.net/~billw Sorry! - Bill Wilson <[EMAIL PROTECTED]>

Re: Copying system to another disk

1999-04-28 Thread Oleg Krivosheev
hi did it several times: 1. prepare rescue disk 2. put new disk into comp and mount it to /mnt 3. Go back to old disk and as root cd / find . -xdev | cpio -vdump /mnt 4. remove old disk from the system, reboot with rescue disk (rescue root=/dev/hdxxx) and fix /etc/fstab, /etc/lilo.c

Re: Copying system to another disk

1999-04-27 Thread Aaron Solochek
I just tried doing this, and ran into an interesting problem. I think that it had to do with copying /lib over, but when it finished untarring the new system, it just gave me a login prompt. I logged in, got the message of the day, told me I had no mail, and then gave me the login prompt. whe

Copying system to another disk

1999-04-27 Thread Micha Feigin
I want to copy the whole system to another disk to run on another computer (after copy it i can take care of configuration). Seems to be easier and shorter then downloading about 300 megs. I was wondering how do i go abou doing this. If anyone knows the answear or can point me to an apropriate HO

Copying system to another disk

1999-04-27 Thread Micha Feigin
I want to copy the whole system to another disk to run on another computer (after copy it i can take care of configuration). Seems to be easier and shorter then downloading about 300 megs. I was wondering how do i go abou doing this. If anyone knows the answear or can point me to an apropriate HO