Hi Everyone,
I am trying to restore a file from tape using the restore command. The following is the command I'm using:
Code:
restore -i -f /dev/st0
This works correctly and I am able to navigate through the tape and find the file I want to restore. However, after adding the file to the list, and using the extract command, and giving the next volume as "1", the process just hangs.
I believe it is supposed to prompt me for owner/mode, where I would just say 'Y', but that never happens.
What might cause this, and does anyone have any help about how I might be able to restore that file?