/dev/st0 – Block device, rewinds to the beginning of the tape after an operation.
/dev/nst0 – Block device, does not rewind the tape
/dev/tape- Symbolic link, typically links by default to /dev/st0
Here is the solution
rm -rf /dev/tape
ln -s /dev/st0 /dev/tape