From owner-freebsd-questions@FreeBSD.ORG Fri Aug 5 19:06:04 2011 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 8B0F5106564A for ; Fri, 5 Aug 2011 19:06:04 +0000 (UTC) (envelope-from claudiu.vasadi@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4203A8FC1D for ; Fri, 5 Aug 2011 19:06:03 +0000 (UTC) Received: by vws18 with SMTP id 18so964678vws.13 for ; Fri, 05 Aug 2011 12:06:03 -0700 (PDT) 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 :content-type; bh=q1+zgtbyN+boIpubiBd2Dk1zzSwRcjSnigncdl7CKFo=; b=lTjpm3mQ1NN/okQ64+/31kYCna+0NCPenaIkpOiUMyxXhj5AULmAH7Wvaircl38U3v Or5Ao47cqzVSXt3D+TtaBatETDxSy7SJylB/06vypdVeVmtaQRBBQcPI91sqTWqygBj+ kP9by0RDl7tM5zf/7q7c8VyUNBH5903aMRzC8= MIME-Version: 1.0 Received: by 10.220.150.18 with SMTP id w18mr345666vcv.110.1312571163359; Fri, 05 Aug 2011 12:06:03 -0700 (PDT) Received: by 10.220.176.12 with HTTP; Fri, 5 Aug 2011 12:06:03 -0700 (PDT) In-Reply-To: <20110805141026.GB66340@dan.emsphone.com> References: <20110805141026.GB66340@dan.emsphone.com> Date: Fri, 5 Aug 2011 21:06:03 +0200 Message-ID: From: claudiu vasadi To: Dan Nelson , FreeBSD Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: listing ZFS pool name in fixit mode 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: Fri, 05 Aug 2011 19:06:04 -0000 Hi, The problem was that I forgot to load the tws kernel module (for the 3ware raid controler). After I manually loaded the module, all was fine. Thx for the reply :)