From owner-freebsd-stable Thu Aug 17 4: 9:11 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.129.65]) by hub.freebsd.org (Postfix) with ESMTP id AA29937B624 for ; Thu, 17 Aug 2000 04:09:02 -0700 (PDT) Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA6E6E31B7 for ; Thu, 17 Aug 2000 03:45:50 -0700 (PDT) Received: from ns1.horizon.na ([196.31.225.199] helo=polytechnic.edu.na) by mail.polytechnic.edu.na with esmtp (Exim 3.02 #2) id 13PPzY-0000Ei-00; Thu, 17 Aug 2000 11:45:56 -0200 Message-ID: <399BC212.6A8D9A46@polytechnic.edu.na> Date: Thu, 17 Aug 2000 11:44:34 +0100 From: Tim Priebe Reply-To: tim@iafrica.com.na X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Andrey Lakhno Cc: stable@freebsd.org Subject: Re: Remote FreeBSD installing References: <5014128964.20000816213239@dnepr.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Andrey Lakhno wrote: > > Hi ! > > I have computer whith 2 hard disk drives running Linux. > Linux is installed on the first hdd. The second one is clean. > I have telnet access to my Linyx box. No physical access. > > Can i install FreeBSD 4.1 on second drive ? > And how can i do this ? Yes, create an image for your second hard drive, and use dd to install it on the drive. Ideally you would do this by installing and testing on an identical system that you do have physical access to, and then with all of the filesystems on the newly installed disk unmounted, doing something like dd if=/dev/hdb|rsh remotesys dd of=/dev/hdb you will then want to tell lilo to boot the master boot record on the second drive. I would carefully consider the benifits and risks of this before I attempted it. Risks are primarily making a mistake, and the system not coming up after a reboot. Tim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message