intro(7) DG/UX 5.4.2 intro(7)
NAME
intro - introduction to DG/UX System special files
DESCRIPTION
Man pages in this section describe various special files that refer
to Data General hardware peripherals and DG/UX system device drivers.
The names of the entries are generally derived from names for the
hardware, as opposed to the names of the special files themselves.
We discuss characteristics of both the hardware device and the
corresponding DG/UX system device driver where relevant.
Tape Device Names
Tape device filenames are in the following format:
/dev/rmt/st (adapname@devicecode (adapaddr[,adapid]),deviceid,d)
[compression] [density] [n]
where:
adapname is the SCSI adapter name [see st(7) for a list].
devicecode is the adapter's device code (in hexadecimal).
adapaddr is the address of the adapter (in hexadecimal).
adapid is the adapter's SCSI ID (range 0-7, default=7).
deviceid is the tape drive's SCSI ID (range 0-7).
d is the tape drive's unit number (range 0-7).
compression is c (data compression enabled) or u (disabled).
density is h (high), m (medium), or l (low).
n means do not rewind the tape after closing the device.
If you do not specify h, m, or l, automatic density selection occurs
when reading, and the current setting of the tape drive is left
unchanged when writing.
Disk Device Names
Disk device filenames are in the following format:
/dev/[r][p]dsk/class[(adap]@device-code(addr[)],[i],d)
or
/dev/[r][p]dsk/name
where:
r means a character special interface to the disk (as
opposed to block special).
p means a physical disk (as opposed to a logical disk).
class is the disk type (such as sd, cied, cimd, or smd).
adap is the controller name.
device-code is the controller device code (in hexadecimal) for a
physical disk.
i is the SCSI ID number of the disk (if it is an SCSI
device).
d is the unit number on the controller (starting at 0) for
a physical disk.
name is the logical disk name (such as root or user).
Licensed material--property of copyright holder(s) 1
intro(7) DG/UX 5.4.2 intro(7)
EXAMPLES
Following are examples of tape device names:
/dev/rmt/st(cisc@28(FFFFF300),4,0)
/dev/rmt/st(cisc@28(FFFFF300),4,0)n
/dev/rmt/0
/dev/rmt/0n
/dev/rmt/st(insc@E(FFF8A000),4,0)mn
Following are examples of disk device names:
/dev/dsk/swap
/dev/dsk/udddoc
/dev/dsk/usroptX11
/dev/pdsk/1
/dev/pdsk/sd(cisc@28(FFFFF300),1,0)
/dev/pdsk/sd(insc@7(FFF8A000),0,0)
/dev/rdsk/udd/swap
/dev/rpdsk/sd(insc@7(FFF8A000),0,0)
SEE ALSO
dsk(7), rdsk(7), st(7).
Customizing the DG/UX System.
Licensed material--property of copyright holder(s) 2