Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Jun 2004 13:44:38 -0700
From:      Chris Pressey <cpressey@catseye.mine.nu>
To:        "Richard Liang" <squixy@hotmail.com>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Sharing Linux swap space on FreeBSD 4.9
Message-ID:  <20040606134438.6312e1f5.cpressey@catseye.mine.nu>
In-Reply-To: <BAY16-F97z3VJZi0ja60001b756@hotmail.com>
References:  <BAY16-F97z3VJZi0ja60001b756@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 13 May 2004 04:19:56 +0000
"Richard Liang" <squixy@hotmail.com> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040606134438.6312e1f5.cpressey>