magtape device naming conventions
Chris Torek
chris at umcp-cs.UUCP
Tue Oct 7 12:50:13 AEST 1986
>>How about the following? ...while {l,m,h} is "l"ow, "m"edium, or "h"igh
>>density depending on make and model of the drive.
In article <7711 at sun.uucp> guy at sun.UUCP writes:
>While the scheme used in S5R2 shares the same unfortunate tendency to use a
>single letter (the same "l", "m", or "h") when a longer description ("800",
>"1600", or "6250") would be clearer, at least it provides a standard way of
>getting at a given drive at a specified density; "l" is always 800, "m", is
>always 1600, and "h" is always 6250.
Shades of EXEC-8!
But no: there `l', `m', and `h' stand for `low', `medium', and
`high' density, but these are 556, 800, and 1600 bpi respectively.
What did they use for 6250 bpi? `s': `super-high density'.
>There should be a standard way of requesting a particular density
>that will work on all drives that support that density; the numerical
>value of the density should appear in the name used to select that
>density.
I agree.
Hey, this is Unix:
mkdir /dev/tape
# SysVish names (make corrections if required)
ln /dev/rmt0 /dev/tape/rl0 # rewind, raw, l=800, drive 0
ln /dev/rmt4 /dev/tape/nrl0 # no rewind, raw, l, drive 0
ln /dev/rmt8 /dev/tape/rm0 # rewind, raw, m=1600, drive 0
ln /dev/rmt12 /dev/trape/nrm0 # no rewind, raw, m, drive 0
# more reasonable? names
ln /dev/rmt0 /dev/tape/r9t800r0 # raw, 9trk, 800, rewind, drive 0
ln /dev/rmt4 /dev/tape/r9t800n0 # raw, 9trk, 800, no rew, drive 0
ln /dev/rmt8 /dev/tape/r9t1600r0 # raw, 9trk, 1600, rewind, drive 0
ln /dev/rmt12 /dev/tape/r9t1600n0 # raw, 9trk, 1600, no rew, drive 0
No one says we have to use only one convention. What are links for?
--
In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516)
UUCP: seismo!umcp-cs!chris
CSNet: chris at umcp-cs ARPA: chris at mimsy.umd.edu
More information about the Comp.unix.wizards
mailing list