From owner-freebsd-questions Tue Apr 1 00:04:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA17909 for questions-outgoing; Tue, 1 Apr 1997 00:04:54 -0800 (PST) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA17904 for ; Tue, 1 Apr 1997 00:04:48 -0800 (PST) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA01914; Tue, 1 Apr 1997 10:02:18 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma001911; Tue Apr 1 10:01:41 1997 Message-ID: <3340C0F9.1F1F@barcode.co.il> Date: Tue, 01 Apr 1997 11:02:01 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: kkphang CC: freebsd-questions@FreeBSD.org Subject: Re: How to install 2.1.7 & 2.2 on the same hard disk References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk kkphang wrote: > > First I install 2.1.7R on partition 2 and then > 2.2R on partition 3 later, everthing fine except > that I can't go back to 2.1.7R anymore. :( > > Here is the mount output on 2.2R > > /dev/wd0a on / (local) > /dev/wd0s4f on /usr (local) > /dev/wd0s4e on /var (local) > procfs on /proc (local) > > Look like wd0a is point to /dev/wd0s4a now?? > Any idea how to make it work, thank in advance. > [fdisk output sniped] You can't (AFAIK) boot two versions of FreeBSD from the same disk. There can be only *one* bootable FreeBSD slice on a disk. This is clearly reflected by the slice not being specified for the root partition (i.e. it is written as just wd0a and not wd0s4a). Perhaps some fancy software can hide the partition you don't need, but the best would be to get another disk for this. Note that it's just the root partition that matters, so you can take a second disk with just a little room left on it and put just the root partition on it. Sorry, Nadav