Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!oliveb!sun!sally!plocher From: plocher%sally@Sun.COM (John Plocher) Newsgroups: comp.unix.microport Subject: Re: ps *insists* on accessing floppy on Microport SysV/AT 2.4 Keywords: ps, /dev/swap, "is it safe?" Message-ID: <102502@sun.Eng.Sun.COM> Date: 3 May 89 03:06:34 GMT References: <291@tree.UUCP> <102277@sun.Eng.Sun.COM> Sender: news@sun.Eng.Sun.COM Reply-To: plocher@sun.UUCP (John Plocher) Organization: Sun Microsystems, Mountain View Lines: 25 In article <102277@sun.Eng.Sun.COM> plocher@sun.UUCP (ME) writes: >In article <291@tree.UUCP> stever@tree.UUCP (Steve Rudek) writes: >>It worked except that "ps" thereafter insisted on always accessing the floppy drive. >>safe to say tht the two devices are NOT linked? (It appears that swap is > >Yes, /dev/swap is on the hard disk. But this doesn't mean that swapdev = /dev/swap! AAAARRRRGGGGGHHHH I got home and looked in the manual - /dev/swap *WAS* linked to the floppy Change this to 0, 1 (from 1, 198) # rm /dev/swap # mknod /dev/swap b 0 1 # chmod 644 /dev/swap # chown root /dev/swap # chgrp sys /dev/swap >---- >I don't have a 2.4 286 system anymore so I can't tell you specifics, but you should >be able to find something like this (rootdev, swapdev, and pipedev) somewhere in Ignore that rambling ... The solution above should do the trick. It is the 386 system which is complicated.... -John Plocher