From owner-freebsd-questions@FreeBSD.ORG Sat May 8 07:25:22 2004 Return-Path: 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 14C8416A4CE for ; Sat, 8 May 2004 07:25:22 -0700 (PDT) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DEC243D46 for ; Sat, 8 May 2004 07:25:16 -0700 (PDT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i48ESAsZ035166; Sat, 8 May 2004 15:28:11 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <409CEE7A.1000405@circlesquared.com> Date: Sat, 08 May 2004 15:28:10 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7b) Gecko/20040327 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Geoffrey Lane References: <20040424190051.EED9B16A4CE@hub.freebsd.org> <200405071215.24651.mgjscdhl@nb.sympatico.ca> <409BB897.1040805@daleco.biz> <200405072218.26187.dgw@liwest.at> In-Reply-To: <200405072218.26187.dgw@liwest.at> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: Newbie: 4.9 / 5.2.1 / 4.10 ?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2004 14:25:22 -0000 Daniela wrote: >On Friday 07 May 2004 16:25, Kevin D. Kinsey, DaleCo, S.P. wrote: > > >>>4) Can freebsd use a linux swap space? >>> >>> > >Yes, anything can be used as swap space, but be sure to determine the correct >device file, or else you'll overwrite precious data. >If, for example, you have the Linux swap on the second slice on the first IDE >drive, the device file would be: /dev/ad0s2 (at least for 4.9, I think for >5.X it's /dev/ad0s2c but I'm not sure). > > This might help: http://www.tldp.org/HOWTO/Linux+FreeBSD.html It includes a section on sharing swap space. PWR.