From owner-freebsd-questions@FreeBSD.ORG Sun Jun 19 02:00:51 2011 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 2EACF10656AA for ; Sun, 19 Jun 2011 02:00:51 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id E97B38FC1A for ; Sun, 19 Jun 2011 02:00:50 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p5J20nDX000573 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 18 Jun 2011 19:00:49 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p5J20nsf000572 for freebsd-questions@freebsd.org; Sat, 18 Jun 2011 19:00:49 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA11248; Sat, 18 Jun 11 18:52:18 PDT Date: Sat, 18 Jun 2011 18:51:57 -0700 From: perryh@pluto.rain.com To: freebsd-questions@freebsd.org Message-Id: <4dfd563d.IqfwMUCBOY6OTPc3%perryh@pluto.rain.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: upgrading the root FS to read-write 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, 19 Jun 2011 02:00:51 -0000 After booting 8.1-RELEASE single-user, what must I do to upgrade the root FS mount from read-only to read-write? I have tried: # mount -u -o rw / # mount -u / # mount -u -w / and even # mount -u -w /dev/mirror/gm0a.journal / I don't get any error messages, but the FS remains read-only.