Did you follow a nonstandard or standard procedure when installing A/UX? For instance, if you follow a nonstandard procedure and create a separate "Usr" partition, the slice 2 is automatically assigned to that partition. From the error message above, it seems that the "Usr" on slice 2 was created by the installation process, but we're not positive what originally partitioned.
An output of "dp /dev/rdsk/cXd0s31" would help identify what partitions have been partitioned and what associated slices have been assigned.
In general, if a particular device driver entry was missing from the /dev/[r]dsk directory, you don't have to shutdown the system and change the SCSI ID. The entry is easily re-created by either entering the "mknod" or "pname" command. For example,
mknod /dev/dsk/c6d0s3 b 24 3
chmod 600 /dev/dsk/c6d0s3
chown bin /dev/dsk/c6d0s3
chgrp bin /dev/dsk/c6d0s3
Note that 24 is the major device number and 3 is the minor device number for /dev/dsk/c6d0s3. b is indicated as a block device type.
pname -c6 -s3 "/users"
The /dev/[r]dsk/c6d0s3 files will be automatically created in the /dev/[r]dsk directory. Note that "/users" is the partition name in dpme (disk partition map entries). Use "dp /dev/rds/c6d0s31" to see its exact spelling.
When using HD Setup for A/UX, the predefined A/UX partitioning schemes include three partition assignments. The partition named "A/UX Root" is assigned with slice 0, partition named "Swap" is assigned with slice 1 and a 4 MB Macintosh partition is defined. Remaining space is used for free UNIX slice 3. If the "custom" button is selected, other partitions and associated slice numbers can also be selected. For example, A/UX Usr partition will have slice 2, Free UNIX partition will have slice 3 through 6, and so on.
The reason that the installation process doesn't make a file system and permanently mount on these partitions is because the pre-assigned partition/slice may not be big enough to make a real file system (either SVFS or UFS).
Article Change History:
23 Sep 1994 - Reviewed.
03 Jul 1992 - Reviewed.
Support Information Services