Anchor | ||||
---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
...
Type of mapping | Description | |||
---|---|---|---|---|
"<file-name>.vdisk" | Mapping to files representing physical disks of the VAX system (disk images). | |||
"/dev/sd<L>" | Mapping to physical disks. "L" is letter here. Be careful not to destroy all the information from the disk dedicated to CHARON-VAX by mistake! These disks can not be formatted by the host OS. It is also possible to use not a whole disk, but previously created partitions on it. In this case the syntax is the following: "/dev/sd<L><N>" where N is the number of partition to be used. | |||
"/dev/ | sr<N>"Mapping to CD-ROMs. There are some variants of this mapping:dm-<N>" "/dev/ | cdrom<N>mapper/mpath<N>" | or"/dev/mapper/ | cdromdisk<N>" |
"<file-name>.iso" | Mapping to an ISO file for reading distribution CD-ROM images. |
...
Mapping to multipath disk. Be careful not to destroy all the information from the disk dedicated to CHARON-VAX by mistake. These disks must not be formatted by the host OS. | |
"/dev/disks/by-*" | Mapping to physical disk.
Be careful not to destroy all the information from the disk dedicated to CHARON-VAX by mistake. These disks must not be formatted by the host OS. |
"/dev/sr<N>" | Mapping to CD-ROMs. There are some variants of this mapping: "/dev/cdrom<N>" or "/dev/cdrom" |
"<file-name>.iso" | Mapping to an ISO file for reading distribution CD-ROM images. |
Numbers in the square brackets represent unit numbers associated with each container of the MSCP controller. For example, line 3 of the configuration sample above creates disk "DUA2". The maximum unit number allowed is 9999, significantly more than the original hardware provided.
...
Follow this link for details of (T)MSCP controllers configuration.
Back to Table of Contents
SCSI controller NCR53C94
The VAX 4000 and MicroVAX 3100 have an NCR53C94 SCSI controller onboard for support of different types of SCSI devices including disks and tapes. Optionally a second controller can be added.
...
Mapping Object | Description |
---|---|
virtual_scsi_disk | Mapping to a file representing VAX disk (disk image) on the host physical disk:
Be careful not to destroy all the information from the disk dedicated to CHARON-VAX by mistake! These disks can not be formatted by the host OS. |
physical_scsi_device | Mapping to a host SCSI device:
|
virtual_scsi_cdrom | Mapping to a host CD-ROM (not only SCSI) or to ISO image:
|
virtual_scsi_tape | Mapping to a file representing tape (tape image). It may contain a path, for example: "/my_tapes/backup.vtape" |
...