From owner-freebsd-current@FreeBSD.ORG Sat Aug 29 21:43:06 2009 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 65BD81065670 for ; Sat, 29 Aug 2009 21:43:06 +0000 (UTC) (envelope-from spambox@haruhiism.net) Received: from fujibayashi.jp (karas.fujibayashi.jp [77.221.159.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2045E8FC14 for ; Sat, 29 Aug 2009 21:43:04 +0000 (UTC) Received: from [192.168.0.2] (ppp91-122-47-189.pppoe.avangarddsl.ru [91.122.47.189]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by fujibayashi.jp (Postfix) with ESMTPSA id 8695479019; Sun, 30 Aug 2009 01:43:02 +0400 (MSD) Message-ID: <4A99A0F7.7000205@haruhiism.net> Date: Sun, 30 Aug 2009 01:43:19 +0400 From: Kamigishi Rei User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Andreas Tobler References: <4A997442.1060200@fgznet.ch> <20090829183906.GS1881@deviant.kiev.zoral.com.ua> <4A9988ED.2040403@fgznet.ch> <20090829201614.GU1881@deviant.kiev.zoral.com.ua> <4A999344.5000703@fgznet.ch> <20090829205723.GW1881@deviant.kiev.zoral.com.ua> <4A999A07.9000204@fgznet.ch> In-Reply-To: <4A999A07.9000204@fgznet.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Kostik Belousov , freebsd-current Subject: Re: Boot panic -CURRENT #196643 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: Sat, 29 Aug 2009 21:43:06 -0000 Andreas Tobler wrote: > I'd like to mount ad4s4a to /mnt with the following command: > tc# mount -t zfs /dev/ad4s4a /mnt > mount: /dev/ad4s4a : Invalid argument > Any idea what I'm doing wrong? Or is it not possible? You cannot mount ZFS filesystems by using /sbin/mount. man zpool (see "zpool import") man zfs And don't forget to "/etc/rc.d/zfs start" before trying to import the pool. -- Kamigishi Rei KREI-RIPE