Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tamvuong
  • Order by date
  1. tamvuong

    xfsdump and LTO autoloaders

    It's me again With xfsdump Don't use -F option when you want to use -c option
  2. tamvuong

    xfsdump and LTO autoloaders

    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...

Part and Inventory Search

Back
Top