From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 17:40:38 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 4115B106564A for ; Sat, 20 Dec 2008 17:40:38 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.189]) by mx1.freebsd.org (Postfix) with ESMTP id BD58B8FC0C for ; Sat, 20 Dec 2008 17:40:37 +0000 (UTC) (envelope-from ivoras@gmail.com) Received: by fk-out-0910.google.com with SMTP id k31so939809fkk.11 for ; Sat, 20 Dec 2008 09:40:36 -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:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=B4EuO2IzhxL5hWSZ4gm8CqriArn8XDFMoodIBezzjcs=; b=NuzQ2hFtUeApI2WGaCyy18emorGV538xVBTq3dbd5PcyhBewl4Yl4Bpcdv+0PlbX9g NRVAnBK933Kj7udAYap9BEjsP2qK1LZe6lgh3zG8oWq5PkjeF0p1SpohvEZXdydmYq+A aW8A5dw++9+hW+LCZw31qnu7VN7saZNFSTaD8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=v0xW00te0rlrsztvoSP5xu06FWvg85aCVHxssIzoXr8By57sOYT2hvypYCvt7ruiZs UVS7Fq6BAI43Iw0xropbMIZoJTGRpOuZZAFdN57VOnyyUWeJr3a44UxJWu3ApgUWCbxI Olx10aPgQkjPl2c0gVcXLdeN7wXoA1y2n/0cE= Received: by 10.180.214.13 with SMTP id m13mr1562555bkg.157.1229794836204; Sat, 20 Dec 2008 09:40:36 -0800 (PST) Received: by 10.181.20.7 with HTTP; Sat, 20 Dec 2008 09:40:31 -0800 (PST) Message-ID: <9bbcef730812200940md79629yea7d3a7b39c88ab@mail.gmail.com> Date: Sat, 20 Dec 2008 18:40:31 +0100 From: "Ivan Voras" Sender: ivoras@gmail.com To: "Franck Royer" In-Reply-To: <494D1F9D.8050506@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <494CDAA2.8040700@free.fr> <494D1CE6.7020201@free.fr> <494D1F9D.8050506@free.fr> X-Google-Sender-Auth: 4c04ab4a0bad6739 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 17:40:38 -0000 2008/12/20 Franck Royer : > Apparently, the option is only available on freebsd-8.0. /boot/kernel/geom_linux_lvm.ko is present in 7-STABLE. > I will check If I can compile a Freebsd-8.0 kernel on a freebsd-7.0 just > for getting the files from my lvm and then going back on a stable kernel.