Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!pipex!uknet!mcsun!Germany.EU.net!news From: bs@Germany.EU.net (Bernard Steiner) Newsgroups: comp.os.386bsd.questions Subject: Re: Swap space Date: 22 Sep 1993 13:44:23 +0200 Organization: EUnet Deutschland GmbH, Dortmund, Germany Lines: 15 Distribution: world Message-ID: <27pdqn$4vd@Germany.EU.net> References: <1993Sep21.145904.11519@pat.uwe.ac.uk> NNTP-Posting-Host: qwerty.germany.eu.net In article <1993Sep21.145904.11519@pat.uwe.ac.uk>, pa_dewsb@pat.uwe.ac.uk (PA Dewsbury) writes: |> swapon: /dev/wd1b device not configured |> and it appears - no swap space ... You need to configure your kernel to have a second swap partition. In your kernel config file ther's a line that reads something like ... root on wd0 swap on wd0 and you should change that to ... root on wd0 swap on wd0 and wd1 Alas, you'll have to re-compile your kernel as well. Cheers, Bernard