Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!uw-beaver!zephyr.ens.tek.com!wrgate!midas!herbw From: herbw@midas.WR.TEK.COM (Herb Weiner) Newsgroups: comp.unix.aux Subject: Re: Setup Problems and Questions Summary: It's a bug in A/UX 2.0; You need to use mknod Keywords: mknod, slice 3, Partitions Message-ID: <4203@wrgate.WR.TEK.COM> Date: 16 Nov 90 20:34:38 GMT References: <1990Nov15.213004.17890@chinet.chi.il.us> Sender: news@wrgate.WR.TEK.COM Reply-To: herbw@midas.WR.TEK.COM (Herb Weiner) Distribution: na Organization: Tektronix, Inc., Beaverton, OR. Lines: 36 In article <1990Nov15.213004.17890@chinet.chi.il.us>, henry@chinet.chi.il.us (Henry C. Schmitt) writes: > First problem is the missing hard disk partition. > My problem is that I can't access slice 3. In article <10083@goofy.Apple.COM>, vlb@magic.apple.com (Vicki Brown) writes: > It's a bug (in the pname program, to be precise). In short, when the > autorecovery partitions are filled, the installation uses pname to attach > the partitions temporarily; pname uses slice 3. It is then too dumb to > realize these slices BELONG on the disk, and deletes the device nodes when > it's through. Thus, only the slice 3 devices for Your particular SCSI > number disappear. > We know/we've caught this/the next A/UX release Installation won't do it. In article <3453@wrgate.WR.TEK.COM>, I wrote: You need to use mknod to add these. I don't have my manuals handy (and I'm not running A/UX at the moment), so please double check this before placing complete faith in my memory. But try this: mknod /dev/dsk/c0d0s3 b 29 3 chmod go-r /dev/dsk/c0d0s3 chown bin /dev/dsk/c0d0s3 chgrp bin /dev/dsk/c0d0s3 mknod /dev/rdsk/c0d0s3 c 29 3 chmod go-r /dev/rdsk/c0d0s3 chown bin /dev/rdsk/c0d0s3 chgrp bin /dev/rdsk/c0d0s3 Then proceed as directed in the Peripherals manual (newfs, mount, etc). You will need to change all instances of "c0d0s3" to "c6d0s3", and you will need to determine the correct major device number (29 in my example) by doing "ls -lt /dev/dsk/c6d0s0". Herb Weiner (herbw@midas.wr.tek.com)