From owner-freebsd-geom@FreeBSD.ORG Fri Nov 9 16:10:05 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E10D528F for ; Fri, 9 Nov 2012 16:10:05 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward20.mail.yandex.net (forward20.mail.yandex.net [IPv6:2a02:6b8:0:1402::5]) by mx1.freebsd.org (Postfix) with ESMTP id 55CED8FC14 for ; Fri, 9 Nov 2012 16:10:05 +0000 (UTC) Received: from smtp19.mail.yandex.net (smtp19.mail.yandex.net [95.108.252.19]) by forward20.mail.yandex.net (Yandex) with ESMTP id 405E810418AB; Fri, 9 Nov 2012 20:10:03 +0400 (MSK) Received: from smtp19.mail.yandex.net (localhost [127.0.0.1]) by smtp19.mail.yandex.net (Yandex) with ESMTP id 189D0BE017E; Fri, 9 Nov 2012 20:10:03 +0400 (MSK) Received: from v10-164-105.yandex.net (v10-164-105.yandex.net [84.201.164.105]) by smtp19.mail.yandex.net (nwsmtp/Yandex) with ESMTP id A2ZmNHma-A2ZaqpUe; Fri, 9 Nov 2012 20:10:02 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1352477403; bh=XAMTyqJgo+iQ14ZeXs8SEX3yUSTi7VZg+81pumgljK8=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:X-Enigmail-Version:Content-Type: Content-Transfer-Encoding; b=cVeby/rqZbwV9qd2dxwhbk3SwABzrmu+BeBITFWRpsizHPSyd9uXnJTqbBZoFmIlD vZBuYdkqmXl7qlqJBPRpge/fe5UuBe8FVZG89yAWBWd60XfPVp+Rs+iW32f8Q+2uoG g51Q/CPtl357L34j6WtHvGLOwWcibC1uxJd72r+g= Message-ID: <509D2AC8.1050805@yandex.ru> Date: Fri, 09 Nov 2012 20:09:44 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121023 Thunderbird/16.0.1 MIME-Version: 1.0 To: Luca Ferrari Subject: Re: [OT] GEOM meaning References: <4898.1351583849@critter.freebsd.dk> In-Reply-To: X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-geom@freebsd.org X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2012 16:10:05 -0000 On 09.11.2012 14:22, Luca Ferrari wrote: > Thanks. > I was thinking about that and found an answer also in the source code > (geom_kern.c): > SYSCTL_NODE(_kern, OID_AUTO, geom, CTLFLAG_RW, 0, "GEOMetry management"); > > > Anybody has a clue also for the meaning of geli? Hi, did you try ever use man(1) command? Just try: # man -k geom # man 4 geom # man geli -- WBR, Andrey V. Elsukov