From owner-freebsd-fs@FreeBSD.ORG Tue Feb 7 16:22:57 2012 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8999D106564A for ; Tue, 7 Feb 2012 16:22:57 +0000 (UTC) (envelope-from dorionpatrick@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6622E8FC14 for ; Tue, 7 Feb 2012 16:22:57 +0000 (UTC) Received: by daec6 with SMTP id c6so7292861dae.13 for ; Tue, 07 Feb 2012 08:22:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=m4wSurQBuGQTIA6sBoFMA/NzfxXRveh/hJTk4M5LpsY=; b=ihPlf/Ek5DY9Wg6dmCRFIF2RjVdXKbIDYDd2JEjFBLAT3u6VWX7CYCrX7Jvl7XRIuT QxZb7/R1bPJhR1RrQMXwtp7ufgTsm21UXX0HA4IKp6J7xZsMHJgbOY6bvRkuLcrKhylO ii5XRY3IYKH8IK+9MI1gry0Z/xDGD5YSermJw= MIME-Version: 1.0 Received: by 10.68.73.8 with SMTP id h8mr59057765pbv.109.1328630163737; Tue, 07 Feb 2012 07:56:03 -0800 (PST) Received: by 10.68.221.231 with HTTP; Tue, 7 Feb 2012 07:56:03 -0800 (PST) Date: Tue, 7 Feb 2012 10:56:03 -0500 Message-ID: From: Patrick Dorion To: freebsd-fs@freebsd.org X-Mailman-Approved-At: Tue, 07 Feb 2012 16:52:18 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ZFS boots RO X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 16:22:57 -0000 Hi, I've been having a problem for some time now. When I reboot, the root ZFS mounts readonly=on source=temporary. As a result, it's unable to launch the services and the buffer is rather uninformative about the condition. I thought it was a problem in the configuration but I destroyed the zpool before installing 9.0-R and I tried to reboot with and without loader.conf, rc.conf and fstab configuration parameters for the filesystem. The only non-default setting for the filesystem is utf8only=on and I never had an issue with that in the past. Any ideas? Patrick Dorion