From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 13:45:18 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 6504016A4CE for ; Sun, 6 Jun 2004 13:45:18 -0700 (PDT) Received: from priv-edtnes14-hme0.telusplanet.net (outbound03.telus.net [199.185.220.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2A7643D1F for ; Sun, 6 Jun 2004 13:45:17 -0700 (PDT) (envelope-from cpressey@catseye.mine.nu) Received: from catseye.biscuit.boo ([154.20.76.195]) by priv-edtnes14-hme0.telusplanet.netSMTP <20040606204517.LPEQ2651.priv-edtnes14-hme0.telusplanet.net@catseye.biscuit.boo>; Sun, 6 Jun 2004 14:45:17 -0600 Date: Sun, 6 Jun 2004 13:44:38 -0700 From: Chris Pressey To: "Richard Liang" Message-Id: <20040606134438.6312e1f5.cpressey@catseye.mine.nu> In-Reply-To: References: Organization: Cat's Eye Technologies X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.org Subject: Re: Sharing Linux swap space on FreeBSD 4.9 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: Sun, 06 Jun 2004 20:45:18 -0000 On Thu, 13 May 2004 04:19:56 +0000 "Richard Liang" wrote: > Hello everyone, > > I am trying to enable the linux swap space I have under Red Hat on FreeBSD > 4.9. [...] > So I've tried "swapon /dev/ad0s4" from FreeBSD and it always says: > swapon: /dev/ad0s4: Device not configured > I poked around my kernel config file, and changed the NSWAPDEVS variable to > 2; still no luck. Does `ad0s4' exist in your /dev directory? If not, you probably want to cd /dev && ./MAKEDEV ad0s4 -Chris