![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tape drive problem | James Zwecker | SCO | 2 | 04-14-2008 05:49 PM |
| Problem restoring files from remote tape drive | lindab | SUN Solaris | 4 | 07-02-2007 09:52 AM |
| reading contents on a 4mm tape | DATDANGGADUDE | AIX | 0 | 06-22-2006 10:10 PM |
| error reading from tape | colesy | UNIX for Dummies Questions & Answers | 3 | 08-30-2002 12:54 PM |
| DLT TAPE DRIVE/ Script problem /Ignite. | nemex | UNIX for Dummies Questions & Answers | 2 | 12-28-2001 12:20 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Problem reading a 4mm tape drive
I'm attempting to read a tape in a 4mm drive (AIX 4.3) using the following command... Code:
tar tvf /dev/rmt0 ...and I keep getting the following error message: Code:
tar: 0511-193 An error occurred while reading from the media. There is not enough memory available now. I've googled this error message and found many sources (including this thread on this site) that indicate it is a problem with the block size on the tape being different from the block size on the drive. However, I've tried changing the block size on the drive to 0 (variable), 512, and 1024, using this command... Code:
chdev -l rmt0 -a block_size=# , and nothing is working. When I set the block size to 512 or 1024, the2second line of the error message changes to this: Code:
tar: 0511-193 An error occurred while reading from the media. There is an input or output error. I'm afraid the drive might be broken, but I'm hoping someone might have some other suggestions for me. If I haven't included enough info, let me know. TIA |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|