--- /dev/null
+#
+# Device definition virtually any DDS drive
+#
+Device {
+ Name = "DDS-Drive"
+ Media Type = "4mm"
+ Archive Device = /dev/nst0
+ AutomaticMount = yes; # when device opened, read it
+ AlwaysOpen = Yes;
+}
--- /dev/null
+#
+# Device definition for a VERY OLD Exabyte
+# 8mm drive. It does not have a Hardware
+# end of medium function.
+#
+Device {
+ Name = "Exabyte 8mm"
+ Media Type = "8mm"
+ Archive Device = /dev/nst1
+ Hardware end of medium = No;
+ AutomaticMount = yes; # when device opened, read it
+ AlwaysOpen = Yes;
+}
--- /dev/null
+#
+# Device definition for an 8mm drive.
+#
+Device {
+ Name = "Exabyte 8mm"
+ Media Type = "8mm"
+ Archive Device = /dev/nst1
+ AutomaticMount = yes; # when device opened, read it
+ AlwaysOpen = Yes;
+}
--- /dev/null
+#
+# This works for the HP DLT8000 drive (it is
+# actually manufactured by Quantum).
+# Nothing special
+#
+Device {
+ Name = "HP DLT 80"
+ Media Type = DLT8000
+ Archive Device = /dev/nst0
+ AutomaticMount = yes; # when device opened, read it
+ AlwaysOpen = yes;
+}
--- /dev/null
+#
+# This is the definition Kern uses for a
+# HP Surestore DAT autoloader (dat 40x6e)
+#
+Device {
+ Name = "DAT-40x6e"
+ Media Type = DDS-4
+ Archive Device = /dev/nst0
+ Changer Device = /dev/sg0
+ Changer Command = "/home/kern/bacula/bin/mtx-changer %c %o %S"
+ AutoChanger = yes
+ AutomaticMount = yes; # when device opened, read it
+ AlwaysOpen = yes;
+}
--- /dev/null
+
+This directory contains example Device resource
+definitions that are known to work for various
+tape drives.
+
+In general, you can set the Name record
+and the Media Type to anything you want, but
+they must correspond with what you have in your
+Director's config file.
+
+The Archive Device must be changed to agree
+with your physical device depending on the system
+and the drive.
+
+There are many other records that you might want
+to add as well.
+
--- /dev/null
+#
+# Device definition virtually any DDS drive
+#
+Device {
+ Name = "DDS-Drive"
+ Media Type = "4mm"
+ Archive Device = /dev/nst0
+ AutomaticMount = yes; # when device opened, read it
+ AlwaysOpen = Yes;
+}