Setup Problems and Questions

Herb Weiner herbw at midas.WR.TEK.COM
Sat Nov 17 07:34:38 AEST 1990


In article <1990Nov15.213004.17890 at chinet.chi.il.us>,
henry at 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 at goofy.Apple.COM>, vlb at 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 at 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 at midas.wr.tek.com)



More information about the Comp.unix.aux mailing list