Ok here the details:
We have tapes from 1999-2000 that for legacy reason MUST be read only one time.
There is no index stored of the tapes and the only things we know is that they are made with Legato Networker.
They choose to use DD to copy the tape in a raw way to a disk area.
the DD create two files of 32kb and the other files of 1gb.
like:
LABEL.part01 32k
LABEL.part02 32k
LABEL.part03 1G
LABEL.part04 1G
LABEL.part05 1G
etc...
Than, in order to make a scanner of the tape on the disk area they create a virtual device with Filestreamer.
(Filestreamer create a virtual tape).
Then we try to make a dd from the disk area to the virtual device using the block size of 65536 (if I make a scanner -v i give me this record size)
After I've copied the files on the virtual tape I launch the scanner but:
He give me the actual label of the tape, so the data is consistent, but the he try to make a fsf2 and give me the error message that no more file are on the tape.
I understand that probably is connected with the file mark that legato write after the label but I do not understand how can i skip this part and let the scanner do is work.
Ok is not a normal issue but any help will be apreciated ^_^
Thanks in advance
Flavio
PS:
The actual environment is Windows2003 with legato 7.4.
the original tapes are SDLT
We have tapes from 1999-2000 that for legacy reason MUST be read only one time.
There is no index stored of the tapes and the only things we know is that they are made with Legato Networker.
They choose to use DD to copy the tape in a raw way to a disk area.
the DD create two files of 32kb and the other files of 1gb.
like:
LABEL.part01 32k
LABEL.part02 32k
LABEL.part03 1G
LABEL.part04 1G
LABEL.part05 1G
etc...
Than, in order to make a scanner of the tape on the disk area they create a virtual device with Filestreamer.
(Filestreamer create a virtual tape).
Then we try to make a dd from the disk area to the virtual device using the block size of 65536 (if I make a scanner -v i give me this record size)
After I've copied the files on the virtual tape I launch the scanner but:
He give me the actual label of the tape, so the data is consistent, but the he try to make a fsf2 and give me the error message that no more file are on the tape.
I understand that probably is connected with the file mark that legato write after the label but I do not understand how can i skip this part and let the scanner do is work.
Ok is not a normal issue but any help will be apreciated ^_^
Thanks in advance
Flavio
PS:
The actual environment is Windows2003 with legato 7.4.
the original tapes are SDLT