home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!nsisrv!author.gsfc.nasa.gov!rkoehler
- From: rkoehler@author.gsfc.nasa.gov (BOB KOEHLER)
- Subject: Re: Backup question
- Message-ID: <29DEC199209383180@author.gsfc.nasa.gov>
- News-Software: VAX/VMS VNEWS 1.4-b1
- Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
- Nntp-Posting-Host: author.gsfc.nasa.gov
- Organization: CSC System Sciences Division
- References: <29846@castle.ed.ac.uk>
- Date: Tue, 29 Dec 1992 14:38:00 GMT
- Lines: 32
-
- In article <29846@castle.ed.ac.uk>, ercn50@castle.ed.ac.uk (Lifesupport) writes...
- >Hi All - Seasons Greetings !! - can someone/anyone help with the
- >following ? - any HELP much appreciated ...
- >
- >------------ forward message -------------------------------------------
- > I have a situation whereby a user has identified a loss
- >of data on a magtape (the magnetic tape should contain data going back
- >quite some time but the savesets on the tape only go back a few months).
- >
- >I can only assume that the tape had been initialised at some stage this
- >is reinforced by the fact that the first saveset on the tape is not the
- >start of a saveset.
- >
- >What I think has happened is that a backup to tape requested mounting a
- >second (relative) volume and by mistake the same volume was loaded hence
- >causing the tape to be initialized and this would explain the fact that the
- >first saveset on the tape is not the beginning of the saveset.
- >
- >My question is how can I recover data from the initialized tape ...
- >------------ end forward message ----------------------------------------
- >
- >Kenny Stevenon
- >Edinburgh University Computing Service
-
- You need to verify that there is any old data on the tape, and then try to
- get it off. Using QIO (IO$_READVBLK function code) you can scan the tape,
- ignoring logical end of volume error other than to expect the next block will
- not be readable. If the data has not already been overwritten, it will be out
- there beyond the current logical end of volume.
- FYI, it has been my recent experience that some tape interfaces do not
- return the logical end of volume error, but instead one must watch for the
- double end of file "manually".
-