I have some old tapes that were backups to servers from an old irix machine. I need to get the data off of them and I know they were written to the tapes via 'xfsdump'. I'm running ubuntu 14.04 server. Say I try to restore to a file like:
sudo xfsrestore -f /dev/st0 /path/where-i/want/files
This will get the tape drive running but then I get like it starts 'examining files' then moves on to the next one but never creates any data in the directory I want it too. I get two files made /orphanage and /xfsrestorestuff or something like that, but the orphanage is always empty. I've tried multiple versions of xfsrestore like using -b -i -m where I will explicitly say restore and it never does. Thanks for help.