: On Thu, Sep 09, 1999 at 08:22:49PM +0200, Jaco de Groot wrote:
: > Juergen Leising wrote:
: > >
: > > On Thu, Sep 09, 1999 at 10:44:27AM +0200, Jaco de Groot wrote:
: > > > Jaco de Groot wrote:
:
: (...)
: >
: > Module Used by
: > zftape -1
: > ftape 0 [zftape]
: >
: > Cool, zftape is used -1 times!!!
: >
The zftape module doesn't use a usage counter like other modules.
Instead it has a method that is called if the module should be
unloaded. This method then tells if it is allowed. It will deny this
if the tape device is still open, or the tape was not rewinded.
Probably you just need to rewind the tape (ftmt -f /dev/nqft0 rewind).
Jochen