From owner-freebsd-fs@FreeBSD.ORG Mon Sep 19 15:44:22 2011 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 413C6106566C for ; Mon, 19 Sep 2011 15:44:22 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 919E18FC1D for ; Mon, 19 Sep 2011 15:44:21 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA13583; Mon, 19 Sep 2011 18:44:18 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E776352.30702@FreeBSD.org> Date: Mon, 19 Sep 2011 18:44:18 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110907 Thunderbird/6.0.2 MIME-Version: 1.0 To: Rotate 13 References: In-Reply-To: X-Enigmail-Version: undefined Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-fs@FreeBSD.org Subject: Re: ZFS: deferring automounts/mounting root without bootfs [9.0-BETA2] 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: Mon, 19 Sep 2011 15:44:22 -0000 on 19/09/2011 18:29 Rotate 13 said the following: > 9.0-BETA2 system is booted off removable UFS volume, but root is > mounted from ZFS. I try to meet the following two goals: > > 1. Not use bootfs property (too many limitations mentioned in docs) > 2. Use ZFS inheritable mountpoints and management (not clutter up > /etc/fstab... and not set mountpoint= on each child dataset!) > > Config info is below. Result: System boots, but hangs with > > init: can't exec getty '/usr/libexec/getty' for port /dev/ttyv0: No > such file or directory This looks like devfs (/dev) is either not mounted or something is mounted over it. I think that you should check if any other auto-mountable dataset in your pool has a mountpoint of '/'. Or the root dataset of tank is till mounted for some reason or something like that. -- Andriy Gapon