From owner-freebsd-hackers Sun Jun 22 19:00:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA04204 for hackers-outgoing; Sun, 22 Jun 1997 19:00:14 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA04158 for ; Sun, 22 Jun 1997 19:00:02 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.8.5/8.8.5) id UAA00199; Sun, 22 Jun 1997 20:59:55 -0500 (EST) From: "John S. Dyson" Message-Id: <199706230159.UAA00199@dyson.iquest.net> Subject: Re: Swap problems In-Reply-To: <199706230114.DAA00272@ocean.campus.luth.se> from Mikael Karpberg at "Jun 23, 97 03:14:36 am" To: karpen@ocean.campus.luth.se (Mikael Karpberg) Date: Sun, 22 Jun 1997 20:59:55 -0500 (EST) Cc: hackers@FreeBSD.ORG Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Now... My problem is that my computer wont swap. > Why is this not working? > > ocean# swapon -a > swapon: /dev/wd0b: Device not configured > ocean# dir /dev/*wd0b* > crw-r----- 1 root operator 3, 1 Jun 23 01:43 /dev/rwd0b > brw-r----- 1 root operator 0, 1 Jun 23 01:43 /dev/wd0b > What does your dmesg output look like? Also, check the output of the disklabel command: disklabel wd0 and make sure that the system sees your "b" partition. John