PDA

View Full Version : File extraction problem on Tandberg tape


qmic
2005-11-08, 12:55 AM CST
I have tandberg tapes, and i was using it on freebsd 2.4 with no problems.

But now i must use it on fedora core 4, and i have problems.

I try to extract archive created on freebsd and i have errors:
[root@serwer /]# file - < /dev/tape
/dev/stdin: ERROR: cannot read `(null)' (Input/output error)
[root@serwer /]# file - < /dev/nsto0
-bash: /dev/nsto0: Nie ma takiego pliku ani katalogu
[root@serwer /]# file - < /dev/nst0
/dev/stdin: ERROR: cannot read `(null)' (Input/output error)
[root@serwer /]# tar -tf /dev/nst0
tar: /dev/nst0: Cannot read: Błąd wejścia/wyjścia
tar: Beginning of the tape, now quitting
tar: End

Ok. But also i tried crate archive.
[root@serwer /]tar -cjf /dev/nst0 /home/qmic
No problem!

But when i try extract it
[root@serwer /]# file - < /dev/nst0
/dev/stdin: bzip2 compressed data, block size = 900k
[root@serwer /]# tar -tjf /dev/nst0
tar: To nie wygląda jak archiwum tar (it`s seems to be not tar archive)
tar: Przeskoczenie do następnego nagłówka (jump to nex header)
tar: Archiwum zawiera przestarzałe nagłówki base64 (archive have old style base64 headers)
tar: Zakończenie z błędem z powodu uprzednich błędów (quit because of errors)

Ok. I can manually set that it is bzip2, so i tried it:
tar -tjf /dev/nst0
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Zakończenie z błędem z powodu uprzednich błędów (ends)


Can you help me>? Pleasse...