Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
08-20-2003, 04:46 PM
|
#1
|
LQ Newbie
Registered: Aug 2003
Location: Texas
Distribution: mandrake 9.1
Posts: 3
Rep:
|
Multiple machine installs
Does anyone know whether linux supports installs on multiple machines simultaneously?
|
|
|
08-20-2003, 05:02 PM
|
#2
|
Senior Member
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263
Rep:
|
it would depend on the distro, i am not familiar with one but there are lots of distros out there. if the machines have reasonably similar specs then you can just use dd to copy a hard disk to another, the hd's will have to be the same size though.
|
|
|
08-20-2003, 06:11 PM
|
#3
|
LQ Newbie
Registered: Aug 2003
Location: Texas
Distribution: mandrake 9.1
Posts: 3
Original Poster
Rep:
|
Thanks for the reply, I'm currently considering mandrake 9.1. I'm using it on one machine and it works just fine, but I need to install it on numerous machines that I have not even seen. If there is more info required of me please reply and I will deliver what I know so far.
|
|
|
08-20-2003, 06:32 PM
|
#4
|
Senior Member
Registered: Apr 2003
Location: Lancaster, England
Distribution: Debian Etch, OS X 10.4
Posts: 1,263
Rep:
|
well i cant guarantee it will work, but get a harddisk from from the machine you wanna install on, now assuming that your disk is /dev/hda and the empty disk is /dev/hdb then dd if=/dev/hda of=/dev/hdb bs=1024k should produce an exact copy of your disk on the other one. the other technique though slightly longer is(i think) guarenteed to work, as before install the other disk, using fdisk and mkfs set up the partitions correctly then mount them. then you can do something like tar cv /usr/* | tar xvC /path/to/new/usr for each partition.
|
|
|
All times are GMT -5. The time now is 03:02 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|