Hey guys I'm looking for some help. I'm trying to get the data off of some old SDLT tapes probably 11+ years old. I don't know anything about them besides they were made on an irix system and I do not know which version. The backups were definitly not made with tar. When I try to use tar I get "doesn't look like tar format"
I was able to find out the blocksize I think using dd. I entered this:
dd if=/dev/st0 of=sometestfile ibs = 64
Then I increased the 64 by a factor of two until I didn't get the "cannot allocate memory" error. And the I got the blocksize to 4096 before it let me. anyway I tried a couple cpio and got weird stuff happening.
cpio -ivBc /dev/st0
this just blinked for a while then ran and nothing came out and it asked me to give afile name. Can someone give me some help or point me in the right direction??