Augusto Camarotti wrote:

> I have a Seagate Tape Driver DAT72.
> In my system it`s referenced as /dev/st0.
> So i configured my bacula-sd.conf this way :

Do you actually have an autochanger? It wasn't clear to me from your 
description.

> 
> Device {
>   Name = DDS-72                        #
>   Media Type = DDS-72
>   Archive Device = /dev/st0
>   AutomaticMount = yes;               # when device opened, read it
>   AlwaysOpen = no;
>   RemovableMedia = yes;
>   RandomAccess = no;
> # Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
>   Changer Device = /dev/st0

Won't work, st0 and nst0 are tape devices, not autochanger devices. You 
need the scsi generic sgN device.


> Am I doing the correct thing? Why is that? Am I supposed to use /dev/sg4 as
> my tape device? Cause i`m having problems with it, which I `ll explain in my

No. sg4 would be your autochanger (if you have one).

Autochangers and tape drives are controlled separately using different 
devices.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to