From owner-freebsd-questions@FreeBSD.ORG Thu Jan 12 21:51:46 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 617AD16A420 for ; Thu, 12 Jan 2006 21:51:46 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from wolf.pjkh.com (wolf.pjkh.com [66.228.196.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EAB643D64 for ; Thu, 12 Jan 2006 21:51:42 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id 1168B172A5 for ; Thu, 12 Jan 2006 13:51:39 -0800 (PST) Received: from wolf.pjkh.com ([127.0.0.1]) by localhost (wolf.pjkh.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 53481-03 for ; Thu, 12 Jan 2006 13:51:38 -0800 (PST) Received: by wolf.pjkh.com (Postfix, from userid 1000) id A388E1729E; Thu, 12 Jan 2006 13:51:38 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by wolf.pjkh.com (Postfix) with ESMTP id 9AA9217291 for ; Thu, 12 Jan 2006 13:51:38 -0800 (PST) Date: Thu, 12 Jan 2006 13:51:38 -0800 (PST) From: Philip Hallstrom To: questions@freebsd.org Message-ID: <20060112134825.Q53590@wolf.pjkh.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: amavisd-new at pjkh.com Cc: Subject: How to boot from a slice other than "a"? 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: Thu, 12 Jan 2006 21:51:46 -0000 Hi all - I've got a remote server and for one reason or another have it setup like this: Filesystem Size Used Avail Capacity Mounted on /dev/da0s1a 248M 180M 48M 79% / /dev/da0s1h 14G 496M 13G 4% /mnt /dev/da0s1h has an exact copy of /dev/da0s1a using dump/restore. I want to configure things so that the next time I reboot it will automatically boot from /dev/da0s1h without me having to do anything (since it's remote I can't interrupt the boot process). I know I need to modify fstab on da0s1h. And if I was on the console I'd interrupt the boot process and type in 0:da(0,h)/boot/loader, but I'm not. And I'm not entirely sure what files to tweak to make that happen. I've read the boot/loader manpages, but am just not getting it today. Anyone know what files to tweak? -philip