Red Hat Linux; Suse Linux - Compaq StorageWorks SDLT 110 Reference Manual

Hide thumbs Also See for StorageWorks SDLT 110:
Table of Contents

Advertisement

Operating System Device Drivers

Red Hat Linux

Red Hat Linux provides native drive recognition. Drive files are located in the /dev
directory. Supplemental drivers are not required. The operatinge system defaults to a
generic SCSI device and to the default settings of the tape drive.
Typical Native OS commands are as follows:
Tar Write:
tar cvf /dev/st0 ./largefile
Tar Read:
tar xvf /dev/st0
DD Write:
dd if=./largefile of=//dev/st0 bs=512
DD Read:
dd if=//dev/st0 of=./largefile bs=512

SuSe Linux

SuSe Linux provides native drive recognition. Drive files are located in the /dev
directory. Supplemental drivers are not required. The operating system defaults to a
generic SCSI device and to the default settings of the tape drive.
Typical Native OS commands are as follows:
Tar Write:
tar cvf /dev/st0 ./largefile
Tar Read:
tar xvf /dev/st0
DD Write:
dd if=./largefile of=/dev/st0 bs=512
DD Read:
dd if=/dev/st0 of=./largefile bs=512
2–8
StorageWorks SDLT Tape Drive by Compaq Reference Guide

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the StorageWorks SDLT 110 and is the answer not in the manual?

Questions and answers

Table of Contents