From owner-freebsd-questions@FreeBSD.ORG  Sat Dec 20 12:11:04 2008
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
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 CD88A1065670
	for <freebsd-questions@freebsd.org>;
	Sat, 20 Dec 2008 12:11:04 +0000 (UTC)
	(envelope-from royer.franck@gmail.com)
Received: from mail-bw0-f19.google.com (mail-bw0-f19.google.com
	[209.85.218.19])
	by mx1.freebsd.org (Postfix) with ESMTP id 5C08E8FC1F
	for <freebsd-questions@freebsd.org>;
	Sat, 20 Dec 2008 12:11:04 +0000 (UTC)
	(envelope-from royer.franck@gmail.com)
Received: by bwz12 with SMTP id 12so3899668bwz.19
	for <freebsd-questions@freebsd.org>;
	Sat, 20 Dec 2008 04:11:02 -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:subject:content-type:content-transfer-encoding:from;
	bh=OMf4jgc4bwv1ozeQGtQxnxLxbpdkZnaN/7ab1f8QWX0=;
	b=JAQFOn0rU7J1aijnuRUW+g9Knkh8KsFXZujEhMx9/46ASeMtb/cNcLebnu7CjzPKNY
	vuPaiBGMqSJhiQMUpO8BGBwqMaCGIe8HILGhPjWpGuQJuhyPatydP+IYlyhQiKDHB2pR
	av7PmwbrBLCgzeGY3EQBcfuNIyiXrlRf1a+hs=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;
	h=message-id:date:user-agent:mime-version:to:subject:content-type
	:content-transfer-encoding:from;
	b=wpBfLKTC+BKeDVNfbvtDPBGGFV4P6/tPyj+gi2WlsjJYyWPDNaxzoF/nAYgnrir3kB
	oupcxmuFtOf7BoRh+086mXLnGrMwB5Po6p6ghMlrEIeFhhT7CRFHX4fiHC9dzty68gkP
	eB4u8EXMCXwR0iF2EeFsfyVQlo+9KjVVRJoiQ=
Received: by 10.103.229.12 with SMTP id g12mr1605013mur.16.1229773528234;
	Sat, 20 Dec 2008 03:45:28 -0800 (PST)
Received: from ?192.168.0.4? (bx.dantesk.net [82.66.28.193])
	by mx.google.com with ESMTPS id i7sm10508145mue.45.2008.12.20.03.44.36
	(version=TLSv1/SSLv3 cipher=RC4-MD5);
	Sat, 20 Dec 2008 03:45:27 -0800 (PST)
Message-ID: <494CDAA2.8040700@free.fr>
Date: Sat, 20 Dec 2008 12:44:34 +0100
User-Agent: Thunderbird 2.0.0.18 (X11/20081127)
MIME-Version: 1.0
To: freebsd-questions@freebsd.org
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
From: Franck Royer <royer.franck@gmail.com>
Subject: geom lvm class - glvm
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 20 Dec 2008 12:11:04 -0000

 Hi,

I found this entry on the official website :

http://www.freebsd.org/news/status/r...0-2007-12.html
<http://www.freebsd.org/news/status/report-2007-10-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 ?

Thank