Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!brl-tgr!tgr!eichelbe@nadc.ARPA From: eichelbe@nadc.ARPA Newsgroups: net.unix-wizards Subject: swapon problem Message-ID: <1398@brl-tgr.ARPA> Date: Mon, 9-Sep-85 18:48:08 EDT Article-I.D.: brl-tgr.1398 Posted: Mon Sep 9 18:48:08 1985 Date-Received: Wed, 11-Sep-85 08:32:57 EDT Sender: news@brl-tgr.ARPA Lines: 23 I have a real puzzler on my 4.1 BSD system on my VAX 11/780. I recently reconfigured my system so that I needed to move my alternate swapspace partition from hp1b to hp2b. However, when I bring up the system I now get: Adding /dev/hp2b as swap device No such device: /dev/hp2b For some reason, the swapon program cannot access /dev/hp2b, but both /dev/hp2b and /dev/rhp2b exist and are correct. I have made no changes to my operating system. I do have source code, but swapon.c just shows a syscall of: #define VSWAPON 85 ... if (syscall(VSWAPON,fs->fs_spec) == -1) ... My swapping worked before for hp1b, but I've since converted its disk to a "c" partition so I can't go back. Please help. Thanks. Jon Eichelberger eichelbe@NADC P.S. I've already tried "swapon /dev/hp2b", thinking that fstab might be bad. This does not work, either.