Hi,
I have a usb drive docking station that I want to use for backup (st0005u). It seems to be going idle and the backup doesn't work.
To wake the drive, I have to access the mount with a simple:
$ls -la /media/BackupDrive1
But by accessing the mount, the backup won't start.
$/sbin/e-smith/do_backupwk
$Seems backup directory is already mounted. It should not happen and maybe there is a zombie process you must kill, or another backup in progress.
$Backup terminated: backup failed - status: 7424
I can unmount the drive and start the backup manually:
$umount /media/BackupDrive1/
$/sbin/e-smith/do_backupwk
How do I keep the drive from falling idle?
Thanks,