Path: utzoo!attcan!uunet!husc6!purdue!umd5!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.unix.wizards Subject: Re: cdc disk on uVAXII Message-ID: <11569@mimsy.UUCP> Date: 19 May 88 09:45:37 GMT References: <8805181321.AA02870@jade.berkeley.edu> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 31 In article <8805181321.AA02870@jade.berkeley.edu> yedidya@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@mimsy.umd.edu Path: uunet!mimsy!chris