Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!mailrus!cornell!uw-beaver!rice!sun-spots-request From: anonymous@rice.edu Newsgroups: comp.sys.sun Subject: Re: Multiple swap partitions under 4.0.1 Keywords: SunOS Message-ID: <3715@kalliope.rice.edu> Date: 7 Jun 89 16:38:47 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 29 Approved: Sun-Spots@rice.edu X-Sun-Spots-Digest: Volume 8, Issue 18, message 2 of 14 I have a 3/160 running 4.0.1 and am using the following config line: config vmunix swap on xy0b swap on xy1b In addition, I have the following entries in my /etc/fstab: /dev/xy0b n/a swap n/a 0 0 /dev/xy1b n/a swap n/a 0 0 What happens with this setup is: When the system boots, it starts by swapping on /dev/xy1b. Then in /etc/rc, a line which reads: swapon -a >/dev/console 2>&1 is executed and I get the following message: Adding /dev/xy0b as a swap device The system is then swapping on xy0b and xy1b. This works under both 4.0 and 4.0.1. I have yet to not encounter a syntax error with the syntax listed by wnl. To the best of my knowledge and RTFM'ing, this should be a syntax error. The manual "Installing the SunOS" contains the instructions which I used to come to this point in configuring my system.