From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 15:42:01 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7961F16A41F for ; Mon, 15 Aug 2005 15:42:01 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf05.cluster1.charter.net (mxsf05.cluster1.charter.net [209.225.28.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12B7043D53 for ; Mon, 15 Aug 2005 15:42:00 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip07a.cluster1.charter.net (mxip07a.cluster1.charter.net [209.225.28.137]) by mxsf05.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j7FFfxhY003672 for ; Mon, 15 Aug 2005 11:41:59 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip07a.cluster1.charter.net with ESMTP; 15 Aug 2005 11:41:59 -0400 X-IronPort-AV: i="3.96,107,1122868800"; d="scan'208"; a="1263388712:sNHT15138000" Message-ID: <4300B7BF.8090203@charter.net> Date: Mon, 15 Aug 2005 11:41:51 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrea Venturoli References: <42FB4312.7040201@charter.net> <42FB7246.9090908@netfence.it> <42FE1D1B.6090407@charter.net> <4300AA1B.5070703@netfence.it> In-Reply-To: <4300AA1B.5070703@netfence.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: swap file using gmirror? 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: Mon, 15 Aug 2005 15:42:01 -0000 Andrea Venturoli wrote: > bob self wrote: > >>> If you put your swap partition on a gmirror drive, your swap >>> partition will benefit from RAID 1. >>> swapoff="YES" only allows for a clean shutdown, so that gmirror >>> won't rebuild everything on next boot. >>> >>> bye >>> av. >>> >>> >> >> So, is there swap space somewhere? > > > Maybe yes, maybe not: you won't find the answer in rc.conf and > swapoff="YES" doesn't say anything about that. > > Try "swapinfo". > > bye > av. > > I ran swapinfo: Device 1K-blocks Used Avail Capacity /dev/mirror/gm0s1b 3145728 0 3145728 0% So, I have swap space? Bob