I'm attempting to restore a couple of directories to a server from a tape created on another system. So far I have been able to create a file listing all of the files on the tape so I know I am reading the tape OK. Now I'm trying to restore only the files that I need and it's not doing it.
I'm trying to restore all files in directories u, u2 and u3. I entered the command: cpio -icdv -I /dev/rct0 "/u?" .
After running for hours (24Gb tape), all I got was a listing on the screen:
/u2
/u3
No files restored, nothing else.
Trying it again, I put the system in maintenance mode first, then typed: cpio -icdv -I /dev/rct0 "/u?/*" . After running for a while, now I have a message saying: "unexpected trap in kernal mode, PANIC: k_trap - kernal mode trap type 0x0000000E." Have I boggled the system completely, or is there something else going on here?
I'm trying to restore all files in directories u, u2 and u3. I entered the command: cpio -icdv -I /dev/rct0 "/u?" .
After running for hours (24Gb tape), all I got was a listing on the screen:
/u2
/u3
No files restored, nothing else.
Trying it again, I put the system in maintenance mode first, then typed: cpio -icdv -I /dev/rct0 "/u?/*" . After running for a while, now I have a message saying: "unexpected trap in kernal mode, PANIC: k_trap - kernal mode trap type 0x0000000E." Have I boggled the system completely, or is there something else going on here?