You really have not provided enough information. The output of the following would be the minimum information to provide:
# rpm -q smeserver-dar2
# cat /etc/fstab
# mount
# db dar2 show jobname
Try manually unmounting /dev/sda1. FYI smeserver-dar2 mounts and unmounts the USB drive for you during operations. The drive should not be mounted or in active use prior to job execution.
Darrell
Hi
First an answer to the additional information you wanted:
The first point is:
smeserver-dar2-0.0.1-3dmay
Second point is:
#------------------------------------------------------------
# BE CAREFUL WHEN MODIFYING THIS FILE! It is updated automatically
# by the SME server software. A few entries are updated during
# the template processing of the file and white space is removed,
# but otherwise changes to the file are preserved.
# For more information, see
http://www.e-smith.org/custom/ and
# the template fragments in /etc/e-smith/templates/etc/fstab/.
#
# copyright (C) 2002 Mitel Networks Corporation
#------------------------------------------------------------
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/main/root / ext3 usrquota,grpquota 1 1
/dev/md1 /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/main/swap swap swap defaults 0 0
/dev/sda1 /media/usbdisk1 ext3 pamconsole,exec,noauto,managed 0 0
/dev/hdc /media/cdrom auto pamconsole,exec,noauto,managed 0 0
The third point is:
/dev/mapper/main-root on / type ext3 (rw,usrquota,grpquota)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/md1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/sda1 on /media/usbdisk1 type ext3 (rw,nosuid,nodev)
(Since I had the first problems I tried to remove the entry in fstab for /dev/sda1, therefor its now automounted on /media/usbdisk1)
The fourth:
"NOTHING"
When I try the command "db dar2 show jobname" it displays NO information at all
When I first started to use DAR2 backup I first time was told that /dev/sda1 was not a block device. But If I mounted /media/usbdisk it worked fine.. that means untill I was upgraded to SME 7.3.
I hope this helps you? Else I'm trying to us the backup that some other have suggested. Nothing must be untested

I HAVE tried to unmount /media/usbdisk and still the same result, I even tried to remove the entry from fstab as you see from the above.