Hello,

On 3/7/2006 4:23 AM, mpapet wrote:
Hi again:


I get a "3999 Device HDdriveStorage" not found error when attempting to
mount it.  status storage generates Archive "HDdriveStorage" is not open or
does not exist. It's a hard disk drive at /dev/hdb1 and mounted to /mnt via
fstab.

bacula-sd.conf has:
Device {
  Name = "HDdriveStorage99"        # This is the name used in
bacula-dir.conf
  Media Type = File
  Archive Device = /dev/hdb1  # This is the logical name

Change this to /mnt and it should work. Disk drives are not accessed directly ba Bacula, they need to be mounted, and you give the irectory name here.

Arno

  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = yes;
}

Bacula-dir.conf has:
Storage {
  Name = "HDdriveStorage99"
# Do not use "localhost" here
  Address = FQDN.name.here.com     # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "password"
  Device = "HDdriveStorage1"
  Media Type = File
}

Michael



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to