![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Reading from a corrupted tape | mart4179 | UNIX for Advanced & Expert Users | 0 | 03-28-2008 01:15 PM |
| Problem reading a 4mm tape drive | tdpearson | AIX | 2 | 05-24-2007 12:34 PM |
| error reading sections error at install | doelman | SUN Solaris | 2 | 02-05-2007 12:21 PM |
| reading contents on a 4mm tape | DATDANGGADUDE | AIX | 0 | 06-22-2006 09:10 PM |
| error reading from tape | colesy | UNIX for Dummies Questions & Answers | 3 | 08-30-2002 11:54 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
reading from tape error
I have been attempting to read a DLT tape, but encountered problems. I have applied patches from SUN that 'resolve' known problems with tape reading etc...but still the error!
Techsupport reckon that the data/tape is corrupt. I would like to think they aren't. Are there any issues with tapes being written out on a newer version of Solaris and being read by an older version (solaris2.6)? What if the "writing" unix box was not SUN, but the reading box was? Can you think of any implications/issues? I thinking there shouldn't be - as i can read many of the tapes from the same batch...just not the importanat ones!!! you're help will be appreciated. |
|
||||
|
reading from tape error
The tape was created using TAR.
I can issue commands to the device, and have read tapes...just these few (which conatin the most valuable data) are the 'corrupt' ones. Initally a blocksize error was also included in the tar output error, which i have got round by stipulating tar -tvbf 8 /dev/rmt/0...but still i get this: tar: directory checksum error Supposedly fixable by the patches, unless the data is really corrupt. |
|
||||
|
Kevin,
Tried the cpio option, but equally got errors: cpio: I/O error on "input", errno 12, Not enough space 1 errors i'm not that clued up on this - but i'm thinking that it is actually trying to restore, so why is it indicating lack of space? |
|
||||
|
Quote:
Try the same tape on a other (original) tapedrive? Does the DLT-drive load the tape correctly? Or try to read some blocks from your tape with `dd` >> dd if=/dev/<YourDLT> of=/home/dir/YourFile.tar at least you get some of the data, and you can find out with tape block is corrupted |
![]() |
| Bookmarks |
| Tags |
| cpio |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|