Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ sd(7) — DG/UX 5.4R3.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

dsk(7)

rdsk(7)

cisc(7)

dgsc(7)

hada(7)

insc(7)

ncsc(7)



sd(7)                          DG/UX 5.4R3.00                          sd(7)


NAME
       sd - access a SCSI disk drive

SYNOPSIS
       /dev/rpdsk/sd (adapname@devicecode (adapaddr[,adapid]),
                         deviceid[, d])

       /dev/pdsk/sd (adapname@devicecode (adapaddr[,adapid]),
                         deviceid[, d])

DESCRIPTION
       The sd device driver accesses a Small Computer Systems Interface
       (SCSI) disk drive. The currently supported models on your AViiON
       system are:

       Model #   Description
       6802      1 GB 3.5 inch single-ended SCSI-2 disk drive
       6805      1 GB 3.5 inch differential SCSI-2 disk drive
       61000     520 Mbyte 3.5 inch single-ended SCSI-2 disk drive
       6539      322 Mbyte full-height non-removable hard disk drive
       6662      332 Mbyte half-height SCSI disk drive
       6796      520 Mbyte half-height single-ended SCSI-2 disk drive
       6799      520 Mbyte half-height differential SCSI-2 disk drive
       6841      2 Gbyte 3.5 inch single-ended Fast SCSI-2 5400 RPM disk
                 drive
       6842      2 Gbyte 3.5 inch differential Fast SCSI-2 5400 RPM disk
                 drive
       6554      662 Mbyte full-height SCSI disk drive
       6685      1 Gbyte full-height SCSI disk drive
       6716      1.4 Gbyte full-height SCSI-2 disk drive
       6740-G    1 Gbyte full-height differential SCSI disk drive
       6563      Floppy disk drive (5.25 inch) that supports diskettes with
                 these capacities:  1.2 MB, 720 KB, and 360 KB
       6562      Floppy disk drive (3.5 inch) that supports diskettes with
                 these capacities:  1.44 MB and 720 KB
       6552      Optical CD-ROM disk drive (5.25 inch) that supports 600
                 Mbyte CD-ROM disks.
       6627      Magneto-optical disk drive (5.25 inch) that supports
                 removable disks with these capacities:  590 MB and 650 MB
       5070DR    Optical WORM disk drive (12 inch) that supports 2.4 Gbyte
                 disks.
       5070DS    Optical WORM disk drive (5.25 inch) that supports 900 Mbyte
                 disks.
       7906      High Availability Disk Array (HADA) subsystem
       7907      High Availability Disk Array (HADA) subsystem

       The sd device driver accesses devices via special file nodes in /dev,
       as explained below:

       rpdsk          rpdsk is for character-special device nodes in
                      /dev/rpdsk.

       pdsk           pdsk is for block-special device nodes in /dev/pdsk.




Licensed material--property of copyright holder(s)                         1




sd(7)                          DG/UX 5.4R3.00                          sd(7)


       adapname      is the name of the SCSI adapter; currently supported
                      adapters are cisc, insc, ncsc, dgsc, and hada

       @devicecode   is the adapter's hexadecimal device code, preceded by
                      the @ character

       adapaddr      is the adapter's hexadecimal address

       adapid        is the adapter's SCSI ID (range 0-7, recommended 7 or
                      6). Omit to accept the default ID 7.

       deviceid      is the disk drive's SCSI ID (range 0-7)

       d              is the disk drive's logical unit number (range 0-7 on
                      drives and 0-1F on disk arrays). Omit to accept the
                      default unit number 0.

       The sd interface provides no bad block remapping.

EXAMPLES
       The following statement accesses a character-special SCSI disk:

       /dev/rpdsk/sd(cisc@28(fffff200),1,0)

       The disk drive uses SCSI adapter cisc; the adapter's device code is
       28; the adapter's address is fffff200; the adapter's SCSI ID, not
       specified, is the default ID 7; the disk drive's SCSI ID is 1; and
       the disk unit number is 0.

       The following statement does the same as the above, except that it
       specifies a SCSI adapter ID of 6:

       /dev/rpdsk/sd(cisc@28(fffff200,6),1,0)


FILES
       /dev/pdsk/*
       /dev/rpdsk/*

SEE ALSO
       dsk(7), rdsk(7), cisc(7), dgsc(7), hada(7), insc(7), ncsc(7).
















Licensed material--property of copyright holder(s)                         2


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026