From owner-freebsd-current Mon May 8 21:36:01 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA03469 for current-outgoing; Mon, 8 May 1995 21:36:01 -0700 Received: from emerald.oz.net (emerald.oz.net [198.68.184.2]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id VAA03463 for ; Mon, 8 May 1995 21:36:00 -0700 Received: from wsantee.oz.net by emerald.oz.net via SMTP (931110.SGI/930416.SGI) for freebsd-current@freebsd.org id AA25759; Mon, 8 May 95 21:34:00 -0700 Received: (from wsantee@localhost) by wsantee.oz.net (8.6.11/8.6.9) id VAA00350 for freebsd-current@freebsd.org; Mon, 8 May 1995 21:32:50 -0700 From: Wes Santee Message-Id: <199505090432.VAA00350@wsantee.oz.net> Subject: Getting "device not configured" from swapon To: freebsd-current@FreeBSD.org Date: Mon, 8 May 1995 21:32:48 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1275 Sender: current-owner@FreeBSD.org Precedence: bulk Hey all. I just re-sliced my second drive to include another 10 Megs of swap. Now when I boot I get the following message: swapon: /dev/wd1b: device not configured Here is the important disklabel info from /dev/wd1: # size offset fstype [fsize bsize bps/cpg] a: 173400 61455 4.2BSD 1024 8192 16 # (Cyl. 241 - 920) b: 20400 234855 swap # (Cyl. 921 - 1000) c: 193800 61455 unused 0 0 # (Cyl. 241 - 1000) d: 255255 0 unused 0 0 # (Cyl. 0 - 1000) e: 61200 255 unused 0 0 # (Cyl. 1 - 240) and here is the /etc/fstab file: /dev/wd0a / ufs rw 1 1 /dev/wd1a /var ufs rw 1 1 /dev/wd0f /msdos msdos rw 1 1 /dev/wd0b none swap sw 0 0 /dev/wd1b none swap sw 0 0 proc /proc procfs rw 0 0 The /dev/wd0b swap slice is coming up fine. Anybody know what might be going on? I did accidentally newfs /dev/wd1b along with /dev/wd1a but I figured that the swapper would ignore the formatting since it likes a raw slice. This is where the error may lie, but I don't know how to 're-clean' the partition (I tried re-writing the disklabel and only newfs-ing the /dev/wd1a slice). Any help appriciated. Cheers, -Wes