From owner-freebsd-stable@FreeBSD.ORG Mon Aug 2 17:05:16 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B5716A4CE for ; Mon, 2 Aug 2004 17:05:16 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6BB5D43D5A for ; Mon, 2 Aug 2004 17:05:16 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i72H5ESK010784; Mon, 2 Aug 2004 10:05:14 -0700 (PDT) Received: from [10.1.1.111] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i72H5DLv028688; Mon, 2 Aug 2004 10:05:13 -0700 (PDT) In-Reply-To: <200408020649.i726n3iP025630@app.auscert.org.au> References: <200408020649.i726n3iP025630@app.auscert.org.au> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <1E281F2D-E4A6-11D8-A5B8-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 2 Aug 2004 13:05:12 -0400 To: Joel Hatton X-Mailer: Apple Mail (2.618) cc: freebsd-stable@freebsd.org Subject: Re: How to successfully mount /root if not in fstab? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 17:05:16 -0000 On Aug 2, 2004, at 2:49 AM, Joel Hatton wrote: > I've been caught out (twice now - yes, I was stupid enough to do this > twice!) with mounting /root after removing a hard disk from my system > and > would like to know why it wasn't trivial to recover. The system requires a working root account in order to be repairable in single-user mode. One consequence of this is that /root needs to be on the same partition as /, for much the same reasons that /bin or /etc needs to be on /. -- -Chuck