From owner-freebsd-questions@FreeBSD.ORG Sat Jan 7 16:29:03 2012 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 D07CD1065670 for ; Sat, 7 Jan 2012 16:29:03 +0000 (UTC) (envelope-from apseudoutopia@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 509878FC14 for ; Sat, 7 Jan 2012 16:29:02 +0000 (UTC) Received: by lahl5 with SMTP id l5so1157752lah.13 for ; Sat, 07 Jan 2012 08:29:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=UYMmVqyPGenjyMH7ahqIWBuuyJyGzWmov/5CpZNUfc4=; b=Aw6efJZ/JawQXUQNheEscFnxeX+YR//737fJWlwaI9eZ+He7/ZRkcXn+CWnZivictK auvaXvbEZP9xAZ/WzxTUOeii+JBDE2pua22t+zEXm9+dnqXOBGvVDMIMS2+lUhqVI5ne REjNvLnR1OCKAGWeBD/Uj9+kT5FiQNHpi/Yjs= MIME-Version: 1.0 Received: by 10.112.100.200 with SMTP id fa8mr1906787lbb.99.1325953741938; Sat, 07 Jan 2012 08:29:01 -0800 (PST) Received: by 10.112.94.39 with HTTP; Sat, 7 Jan 2012 08:29:01 -0800 (PST) In-Reply-To: References: <4F08684C.2070809@mykitchentable.net> Date: Sat, 7 Jan 2012 11:29:01 -0500 Message-ID: From: APseudoUtopia To: Mark Felder , drew@mykitchentable.net Content-Type: text/plain; charset=UTF-8 Cc: freebsd-questions@freebsd.org Subject: Re: ZFS Root Won't Mount - Unknown Filesystem 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: Sat, 07 Jan 2012 16:29:03 -0000 On Sat, Jan 7, 2012 at 11:14 AM, Mark Felder wrote: > Hi Drew, > > I'm pretty sure you can't run a RAIDZ as your root pool. That's likely the > problem. Kind of sucks, I know :-( > You can use raidz1 as your root pool. I'm running it right now on my 9.0 system. Drew: My first suggestion is to confirm that you added the proper options in /boot/loader.conf. Mine looks like this: vfs.root.mountfrom="zfs:zroot" zfs_load="YES" In addition, zfs_enable="YES" in your /etc/rc.conf to automount the other zfs filesystems, such as /usr, /var, or whichever ones you setup. Did you set the proper mountpoints on your zfs filesystems before rebooting? As in, `zfs set mountpoint=legacy zroot` and `zfs set mountpoint=/usr zroot/usr` and so on, for each for your file systems.