On Thu, 13 May 2004 04:19:56 +0000
"Richard Liang" <[EMAIL PROTECTED]> 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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to