![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Extracting files from corrupted tape | mart4179 | UNIX for Dummies Questions & Answers | 0 | 03-28-2008 06:40 AM |
| Problem reading a 4mm tape drive | tdpearson | AIX | 2 | 05-24-2007 01:34 PM |
| reading contents on a 4mm tape | DATDANGGADUDE | AIX | 0 | 06-22-2006 10:10 PM |
| reading from tape error | colesy | UNIX for Dummies Questions & Answers | 10 | 10-30-2002 11:44 AM |
| error reading from tape | colesy | UNIX for Dummies Questions & Answers | 3 | 08-30-2002 12:54 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Reading from a corrupted tape
I've got a backuptape in cpio format that was accidentally overwritten with a very small batch file. As I assume that the cpio header has been overwritten, I cannot extract files from the backup in the conventional manner:
( cpio -itv </dev/rct0 cpio: this is not a cpio file, bad header) I've tried dd if=/dev/rct0 of=output which has produced a single large file The cpio actually records the contents of three directories. As these are large I'm hoping that I can recover data from the second and third directories. Is there a specific dd expression (or any other expression) that I can use to strip out the contents ? All suggestions appreciated. Thanks. Martin |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|