NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Tape Drive WoesHello all! I am trying to read some old 8mm Exabyte tapes with data presumeably written from/for Unix. The label says it's in unix tar format and that there are 4 files on the tape. Here is what happens when I try to list the 1st file's file-type: user@pc-linux:~$ sudo mt -f /dev/nst0 status If I advance to the next file, I get the same result. I also get the same result with other (Linux tar) tapes. I am by no means a Linux expert, so I would appreciate any insight into what these errors are referring to and if there is a fix for my problem. Thanks, |
Tape Drive Woes
Could you use 'su' instead of 'sudo' just to make sure the 'sudo' environment is not causing problems? 'sudo' users can be limited in their abilities (which is deliberate).
Tape Drive Woes
You could try reading the tapes with cpio, which can read tar-format tapes.
The command would be something like:
cpio -idmuv --blocksize=1024 </dev/nst0
afio might also be an option, but I've never used it.
$world=~s/war/peace/g;