From owner-freebsd-questions@FreeBSD.ORG Sun Jan 6 22:47:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 692FA16A41A for ; Sun, 6 Jan 2008 22:47:51 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AA12D13C461; Sun, 6 Jan 2008 22:47:50 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <47815A95.1020101@FreeBSD.org> Date: Sun, 06 Jan 2008 23:47:49 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Robert Atkinson References: <6fb2b4650801061413n3f178271la8cea1060b6908aa@mail.gmail.com> In-Reply-To: <6fb2b4650801061413n3f178271la8cea1060b6908aa@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Given the state of ZFS... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jan 2008 22:47:51 -0000 Robert Atkinson wrote: > To get a quick answer, is there a way to remotely (besides serial console & > cd which I do not have), get an i386 (7.0) system to amd64? Either reinstall, install the amd64 world+kernel onto another disk and boot that, or unmount your swap partition, newfs it and install there, then boot the kernel from that partition and copy back over onto the i386 partition. Kris