cdc disk on uVAXII

Chris Torek chris at mimsy.UUCP
Thu May 19 19:45:37 AEST 1988


In article <8805181321.AA02870 at jade.berkeley.edu> yedidya at bimacs.BITNET
(Yedidya Israel) writes:
[having added another controller and drive to a 4.3BSD uVax II, and
got it configured,]
>1) swapon shouts: /dev/ra4b: device not configured
>   Is there another place to tell unix about swap devices ... ?

Yes: you must say

	config	vmunix		root on ra0 swap on ra0 and ra4

(Personally, I prefer to be explicit: `config vmunix root ra0a swap
ra0b and ra4b args ra0b dumps ra0b'.  The above is equivalent, though.)

>Do unix find by itself the size of swap area (which is
>not 33440 like most of disks are configured) ?

It does (although there is an, er, `interesting' bug when the
d_psize routine is unimplemented).

>2) Error messages about ra4? looks like "ra0e: hard error sn0 OFFLINE"

Just a bug.  Fixed in the new driver in the forthcoming 4.3-tahoe.
The old driver is full of mysterious bugs.  In particular, a number
of people claim it tends to hang when using multiple controllers on
a uVax II.  (I have had one or two reports that my rewritten driver
also hangs, and one that it fixes the problem.  Which is right I
cannot say.)
-- 
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7163)
Domain:	chris at mimsy.umd.edu	Path:	uunet!mimsy!chris



More information about the Comp.unix.wizards mailing list