SCO & Archive Tape Drives

Ross Oliver rosso at sco.COM
Sat Apr 1 06:52:23 AEST 1989


In article <261 at boake2.UUCP> scott at boake2.UUCP (Scott Boake) writes:
>
>sometimes (most?) when you go to open the /dev/rct0 device, it comes back
>with a "system to busy for efficient tape use" error message.  Have you 
>seen this?

When the tape driver opens the device, it tries to grab a large
number of _contiguous_ disk buffers (128K worth, I think).  If there
is or has been recently a large amount of disk activity, the driver
may not be able to get as many buffers as it wants.  That is the cause
of the error message.  You can usually clear it up by doing a "sync,"
which write to disk and release all of the dirty but unallocated disk
buffers.  If that still doesn't work, you may need more disk buffers.
Use configure(ADM) to increase the MAXBUF parameter.

Ross Oliver
Software Support Engineer
The Santa Cruz Operation, Inc.



More information about the Comp.unix.xenix mailing list