Apple 160mb drive question

Herb Weiner herbw at midas.WR.TEK.COM
Fri Sep 7 03:32:48 AEST 1990


In article <6046 at memqa.uucp>, qfhca81 at memqa.uucp (Henry Melton) asks:

> From the books, it seems as if there ought to be a large slice 3
> partition that I could mount, but it is hiding from me.  I looked in
> /dev/dsk and /dev/rdsk and there is no c0d0s3 to be found.

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).

Can anybody from Apple explain WHY these devices are not present?  I had
the same problem when I installed from CD-ROM to an external disk at
SCSI 5 (except that /dev/dsk/c5d0s3 was missing and /dev/dsk/c0d0s3
was present).

Herb Weiner (herbw at midas.WR.TEK.COM)



More information about the Comp.unix.aux mailing list