Hi all,

I've recently installed a bacula setup on RHEL5.  I'm using the 2.0.3
RPMs that were up recently on sourceforge until the critical bug.

Everything works fine except for one bit, namely, that I can't make
bacula mount a drive upon use.  The backup target is a Dell RD1000
hard drive cartridge; the OS just sees a removable hard drive.

Here's the relevant entry from bacula-sd.conf:

Device {
  Name = RD1000
  Media Type = Removable HDD
  Device Type = File
  Archive Device = /opt/rd1000
  LabelMedia = yes;
  Random Access = yes;
  Requires Mount = yes;
  Removable Media = yes;
  Mount Point = /opt/rd1000
  Mount Command = "/bin/mount /dev/sdb1 %m"
  Unmount Command = "/bin/umount %m"
  AlwaysOpen = no;
}

When I run a job against it in bconsole, I get the following message:

10-Sep 13:51 backup.scholar: Please mount Volume "rd1" on Storage
Device "RD1000" (/opt/rd1000) for Job
backup.scholar.full.2007-09-10_13.49.34

For testing purposes I'm running all of the daemons as root.

My config looks good according to the storage daemon configuration
guide.  Can someone please kindly point out what I'm missing?

Thanks for your help,
Ben

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to