From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 16:27:24 2008 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 430BF1065670 for ; Sat, 20 Dec 2008 16:27:24 +0000 (UTC) (envelope-from royer.franck@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by mx1.freebsd.org (Postfix) with ESMTP id C15348FC08 for ; Sat, 20 Dec 2008 16:27:23 +0000 (UTC) (envelope-from royer.franck@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so757033mue.3 for ; Sat, 20 Dec 2008 08:27:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:user-agent :mime-version:to:cc:subject:references:in-reply-to:content-type :content-transfer-encoding:from; bh=3axGCAE+ivoBI5sXpBe8E4O6eUtaj2Bwy8tEVi61Afs=; b=GcCw3YNsun23iNtOkjllTb5FrKsax9t+KxV2qrOaO9WFagQTSeIEjlLREyzOYzQZD0 MvwBZ3MTQPCblc8vVkJ9WiNsuUfUBK31qVEfK+aZwjyExPJRjISo1F9IAlVJlTmAdGip m0JRkX10oP/+yIcHe2Vxqw8R/3mdbBuGCsPug= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:user-agent:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding:from; b=EAUO0Sa/NsTb+JkhIILMMr2b8C5m0/m7VRfDz6PQ8seVkWMKq7ugvi4EnvgakOMRyz O0NNnw2+UwIss92m7PXPwwMtAiYz6I3dviE2P38jy4ag+/bGcDqsBsv1jG4L6uVcm4Fv KIimVBLub39U5v47qxurr1XZB2fuM3qyNQ2cM= Received: by 10.103.172.9 with SMTP id z9mr1663347muo.109.1229790442339; Sat, 20 Dec 2008 08:27:22 -0800 (PST) Received: from ?192.168.0.4? (bx.dantesk.net [82.66.28.193]) by mx.google.com with ESMTPS id e9sm10197851muf.51.2008.12.20.08.27.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 20 Dec 2008 08:27:20 -0800 (PST) Message-ID: <494D1CE6.7020201@free.fr> Date: Sat, 20 Dec 2008 17:27:18 +0100 User-Agent: Thunderbird 2.0.0.18 (X11/20081127) MIME-Version: 1.0 To: Ivan Voras References: <494CDAA2.8040700@free.fr> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Franck Royer Cc: freebsd-questions@freebsd.org Subject: Re: geom lvm class - glvm 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, 20 Dec 2008 16:27:24 -0000 Ivan Voras a écrit : > Franck Royer wrote: > >> Hi, >> >> I found this entry on the official website : >> >> http://www.freebsd.org/news/status/r...0-2007-12.html >> >> >> But I didn't find any other information about the geom lvm class or glvm. >> >> How can i activate it in the kernel ? Is here any tools about it ? >> > > It's still here, it's just been renamed to geom_linux_lvm to avoid > confusion with possible future native LVM. > Thank you but what do you mean ? Because When I add "option GEOM_LINUX_LVM" in the kernel configuration, this option is refused. And when I try a kldload geom_linux_lvm the module is still not found. Franck