Here are the contents of my cron.daily script:
i am using the development release of the ftape module and (i beleive)
the latest stable release of the ftape-tools. i am using a ditto max
tape that i have (i hope) slowed to 2000.
#!/bin/sh
ftmt -f /dev/nqft0 reten
ftmt -f /dev/nqft0 erase
ftmt -f /dev/nqft0 rewind
tar czvf /dev/nqft0 /
ftmt -f /dev/nqft0 rewind
this is giving me the following error:
ftmt: /dev/nqft0: Device or resource busy
ftmt: /dev/nqft0: Device or resource busy
ftmt: /dev/nqft0: Device or resource busy
tar: Removing leading `/' from absolute path names in the archive
lost+found/
tar (grandchild): Cannot open archive /dev/nqft0: Device or resource
busy
tar (grandchild): Error is not recoverable: exiting now
mnt/
mnt/hda3/
... several lines editted out...
mnt/hda3/home/colin/devel/muse1.9f3/run/db/initial.mdb
ftmt: /dev/nqft0: Device or resource busy
any help is GREATLY appreciated. thanks,
nathan heagy