I ran into an issue while trying the SpectraLogic emulation. My software tells me the library does not support moving a tape from a slot into a drive. A look at the spectra_pm.c code shows why. The device capabilities matrix is filled with 0x07 for all fields. That should be 0x0e. The values are shifted by one bit.