Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ts(4) [ultrix man page]

ts(4)							     Kernel Interfaces Manual							     ts(4)

Name
       ts - TS11/TS05/TU80 magnetic tape interface

Syntax
       controller zs0 at uba? csr 0172520 vector tsintr
       tape ts0 at zs0 drive 0

Description
       The TS11 combination provides a standard tape drive interface as described in The TS11 operates only at 1600 bpi, and only one transport is
       possible per controller.

Diagnostics
       ts%d: no write ring
       An attempt was made to write on the tape drive when no write ring was present.  This message is written on the terminal	of  the  user  who
       tried to access the tape.

       ts%d: not online
       An  attempt was made to access the tape while it was off line.  This message is written on the terminal of the user who tried to access the
       tape.

       ts%d: hard error bn%d
       A hard error occurred on the tape at block bn.  Additional register information may be gathered from the system error log file,

Files
See Also
       mtio(4), nbuf(4), MAKEDEV(8), uerf(8)

																	     ts(4)

Check Out this Related Man Page

tms(4)							     Kernel Interfaces Manual							    tms(4)

Name
       tms - TMSCP magnetic tape interface

Syntax
       For UNIBUS, Q-bus:
	  controller klesiu0 at uba0
	  controller uq0 at klesiu0 csr 0174500 vector uqintr
	  tape tms0 at uq0 drive 0

       For MSI Bus:
	  adapter msi0 at nexus?
	  controller dssc0 at msi0 msinode 0
	  tape tms0 at dssc0 drive 3

       For VAXBI:
	  controller klesib0 at vaxbi0 node 0
	  controller uq0 at klesib0 vector uqintr
	  tape tms0 at uq0 drive 0

	  controller aie0 at vaxbi? node?
	  controller bvpssp0 at aie0 vector bvpsspintr
	  tape tms0 at bvpssp0 drive 0

       For MSI Bus:
	  adapter msi0 at nexus?
	  controller dssc0 at msi0 msinode 0
	  tape tms0 at dssc0 drive 0

       For VAX CI/HSC:
	  adapter ci0 at nexus?
	  adapter ci0 at vaxbi? node?
	  controller hsc0 at ci0 cinode 6
	  tape tms0 at hsc0 drive 3

Description
       Prior to Version 2.0, this device was referenced by tmscp(4).

       The  TMSCP  driver  provides  a standard tape drive interface, as described in This is a driver for any controller that adheres to the Tape
       Mass Storage Control Protocol (TMSCP).  The TMSCP controllers communicate with the host through a packet-oriented protocol termed the  Tape
       Mass  Storage  Control Protocol.  This driver also supports n-buffered reads and writes to the raw tape interface (used with streaming tape
       drives).  See for further details.

Tape Support
       TK50, TK70, TF70, TU81, TU81e, TA78, TA79, TA81, RV20, TA90, TA90E, TA91

Diagnostics
       All diagnostic messages are sent to the error logger subsystem.

Files
See Also
       mtio(4), nbuf(4), MAKEDEV(8), uerf(8), tapex(8)
       Guide to the Error Logger

																	    tms(4)
Man Page

10 More Discussions You Might Find Interesting

1. What is on Your Mind?

Whats Behind Your Name?

Looking at the member list, there are alot of interesting names, some unique, some bizarre, and some that are just plain. How did you come by your name? Why did you choose your label? Me? Well, I wish I could change mine. I chose Google because thats how I stumbled upon this site. I wasn't sure... (66 Replies)
Discussion started by: google
66 Replies

2. Shell Programming and Scripting

Please help!!!

All, I need l help in writing a script; I have a file with header on the first row data rows next and the last row in the file contains the record count of the data records only. I need to remove the last and first line and check to see that the data rows match the count on the last line. ... (61 Replies)
Discussion started by: mhssatya
61 Replies

3. Shell Programming and Scripting

Tricky Shell script

The Problem is mentioned below (61 Replies)
Discussion started by: namishtiwari
61 Replies

4. Shell Programming and Scripting

Date format

Hi, I need to conver the date format to binary and then subract it by one which will result me an output with yesterdays date and use it.. So that i will use the out and delete all the folders which are of minus one days.i.e if today is 2010-03-18 (this is a folder format at some xyz location).... (59 Replies)
Discussion started by: j_panky
59 Replies

5. Shell Programming and Scripting

Bash can't find file but tcsh can why?

I have a short script for compiling an old program. It's a simple text file 'ccprog' created in emacs. The permissions were changed with 'chmod 775 ccprog' to make it an executable. When I try to run ccprog I get "bash: ./ccprog: No such file or directory". If I change to tcsh ccprog runs. Why... (68 Replies)
Discussion started by: muddauber
68 Replies

6. Shell Programming and Scripting

Copy file to SD card from internal flash.

Hi, At first I have to say that I know nothing about Linux :( But I am looking for solution how to copy one file from internal Lowrnace HDS flash memory. Lowrance HDS is Linux based device. Here is the link for firmware update files for this unit. At the end of main firmware file there... (62 Replies)
Discussion started by: PouchX
62 Replies

7. Post Here to Contact Site Administrators and Moderators

Bits - The Unix and Linux Forums (Experimental) Virtual Currency

Hello. I've searched the site but can't find a link to what the "Bits" and "bank account" is on my user profile. Can someone link me or briefly explain? (76 Replies)
Discussion started by: candlejack
76 Replies

8. Shell Programming and Scripting

Extract sequences of bytes from binary for differents blocks

Hello to all, I would like to search sequences of bytes inside big binary file. The bin file contains blocks of information, each block begins is estructured as follow: 1- Each block begins with the hex 32 (1 byte) and ends with FF. After the FF of the last block, it follows 33. 2- Next... (59 Replies)
Discussion started by: Ophiuchus
59 Replies

9. Shell Programming and Scripting

Tetris Game -- based on a shell script (new algorithm)

GitHub - deepgrace/tetris: Tetris implementation in all kinds of Programming Languages Usage: bash Tetris_Game ] ] ] ] Range: #!/bin/bash # Tetris Game // The Art Of Shell Programming box0=(4 30) box1=(4 30 4 32) box2=(4 30 5 32) box3=(4 28 4 30 4 32) box4=(4 28 4 30... (69 Replies)
Discussion started by: complex.invoke
69 Replies

10. Shell Programming and Scripting

The Start Of A Simple Audio Scope Shell Script...

This is a DEMO shell script to generate a simple graticule and plot inside it... Apologies for any typos... it is another building block along with my other two shell uploads recently to start a semi_serious project of an Terminal_AudioScope... The fist upload I posted recently was to show... (83 Replies)
Discussion started by: wisecracker
83 Replies