- add SDLT600 entry to stinit.def.examples, suggested by Ralf-Peter Rohbeck
(#153305)
This commit is contained in:
parent
ed9d5e1eb6
commit
f3456c1840
@ -1,6 +1,6 @@
|
||||
--- mt-st-0.7/stinit.def.examples.orig 2003-05-26 18:35:28.000000000 +0200
|
||||
+++ mt-st-0.7/stinit.def.examples 2003-05-26 18:36:33.000000000 +0200
|
||||
@@ -56,3 +56,145 @@
|
||||
--- mt-st-0.8/stinit.def.examples.configfiles 2002-09-23 19:02:21.000000000 +0200
|
||||
+++ mt-st-0.8/stinit.def.examples 2005-04-07 08:21:01.732633520 +0200
|
||||
@@ -56,3 +56,169 @@
|
||||
mode3 blocksize=0 density=1 # 800 bpi
|
||||
}
|
||||
|
||||
@ -146,3 +146,27 @@
|
||||
+mode4 blocksize=0 density=0x48 compression=0 # 110 GB, no ompression
|
||||
+}
|
||||
+
|
||||
+# SDLT600
|
||||
+manufacturer="QUANTUM" model = "SDLT600" {
|
||||
+scsi2logical=1
|
||||
+can-bsr=1
|
||||
+auto-lock=0
|
||||
+two-fms=0
|
||||
+drive-buffering=1
|
||||
+buffer-writes
|
||||
+read-ahead=1
|
||||
+async-writes=1
|
||||
+can-partitions=0
|
||||
+fast-mteom=1
|
||||
+#
|
||||
+# If your stinit supports the timeouts:
|
||||
+timeout=3600 # 1 hour
|
||||
+long-timeout=14400 # 4 hours
|
||||
+#
|
||||
+# Drive is backwards read compatible to SDLT220/320 and VS160. Mode settings are only required for writing, so we need only the native SDLT600 mode here.
|
||||
+mode1 blocksize=0 density=0x4a compression=1 # 300 GB + compression
|
||||
+mode2 blocksize=0 density=0x4a compression=0 # 300 GB, no ompression
|
||||
+mode3 blocksize=0 density=0x4a compression=1 # 300 GB + compression
|
||||
+mode4 blocksize=0 density=0x4a compression=0 # 300 GB, no ompression
|
||||
+}
|
||||
+
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Summary: Install mt-st if you need a tool to control tape drives.
|
||||
Name: mt-st
|
||||
Version: 0.8
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://metalab.unc.edu/pub/Linux/system/backup/mt-st-%{version}.tar.gz
|
||||
@ -42,6 +42,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man[18]/*
|
||||
|
||||
%changelog
|
||||
* Thu Apr 7 2005 Jindrich Novy <jnovy@redhat.com> 0.8-5
|
||||
- add SDLT600 entry to stinit.def.examples,
|
||||
suggested by Ralf-Peter Rohbeck (#153305)
|
||||
|
||||
* Fri Mar 4 2005 Jindrich Novy <jnovy@redhat.com> 0.8-4
|
||||
- rebuilt with gcc4
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user