Bacula-users

[Bacula-users] How to unmount filesystem

2009-03-19 07:00:11
Subject: [Bacula-users] How to unmount filesystem
From: "K. Lelong" <bacula AT ace-electronics DOT be>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 19 Mar 2009 11:54:43 +0100
Hi,
In bacula-sd I have this :
Device {
   Name = Rev1
   Archive Device = "/mnt/REV70"
   Requires Mount = yes
   Mount Point = "/mnt/REV70"
   Mount Command = "/bin/mount 
/dev/disk/by-path/pci-0000:00:1f.5-scsi-0:0:0:0 %m"
   Unmount Command = "/bin/umount %m"
   Media Type = File
   Random Access = yes
   Removable Media = yes
   AlwaysOpen = no
}
This is for a REV removable hard-disk.
When I put in a disk it is not mounted automatically (filesystem). When 
I label a volume on it (with bat) the disk is nicely mounted (filesystem 
level) and a label is written on it. I expected after the label is 
written that bacula also unmounts the disk (filesystem level), so I can 
eject it.
Something similar happens when I run a job for the disk : the unmounted 
disk is mounted, but afterwards I need to manually unmount it (umount 
...) to eject the disk.
What am I missing ?

Thanks for any help,
Koenraad Lelong.

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>