Hi there,
It did work with xfsdum -c.
Take a look at my tapechange.sh
#!/bin/sh
TAPE_DEVICE=
WORK_DIR=
STACKER_SLOT=$WORK_DIR"stacker_slot.txt"
CUR_SLOT=`cat $STACKER_SLOT`
MAX_SLOT=9
if [ "$1" = "reset" ] ; then
CUR_SLOT=0
fi
if [ $CUR_SLOT -gt 0 ]; then
echo "Unload tape into slot...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.