From owner-freebsd-current@FreeBSD.ORG Fri Oct 22 00:56:29 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D7E841065674 for ; Fri, 22 Oct 2010 00:56:29 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id AEB648FC0A for ; Fri, 22 Oct 2010 00:56:29 +0000 (UTC) Received: by iwn41 with SMTP id 41so238485iwn.13 for ; Thu, 21 Oct 2010 17:56:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.12.73 with SMTP id w9mr1695994ibw.95.1287708988880; Thu, 21 Oct 2010 17:56:28 -0700 (PDT) Received: by 10.220.176.141 with HTTP; Thu, 21 Oct 2010 17:56:28 -0700 (PDT) X-Originating-IP: [128.95.133.211] Date: Thu, 21 Oct 2010 17:56:28 -0700 Message-ID: From: Rob Farmer To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: "trying to mount root" message in single user mode X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 00:56:29 -0000 I just updated current from about a week ago to r214187. Now, when I boot, the kernel message has switched to: "Trying to mount root from ufs:/dev/ufs/root [rw]..." Problem is, it always prints [rw], even when booting single user, where [ro] is expected. The issue is only cosmetic - root is still mounted read only in single user, as before. -- Rob Farmer