tar: 0511-194 Reached end-of-file before expected.


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting tar: 0511-194 Reached end-of-file before expected.
# 1  
Old 08-07-2006
tar: 0511-194 Reached end-of-file before expected.

Hello everyone!

I wrote a script for backing up a folder. It goes fine but today it started to spit out this error, when a folder is taring:

tar: 0511-194 Reached end-of-file before expected.

I didn't make any changes!

- OS: UNIX AIX ibm 3
- the folder I'm trying to tar is 11Gb large
- command: tar cvf /archive1/dpx20_dokumenti.tar /dokumenti
- in /etc/security is supoort for large file enabled

Any suggestions?

Thanks alot for future help!!!

Tilen
# 2  
Old 08-07-2006
Check the space on ur disk.
It might have consumed the entire space.
use df command to check the space.
# 3  
Old 08-07-2006
It is 100% quite enough disk space.

What else could be wrong?
# 4  
Old 08-07-2006
may be the filesystem that you are creating the tar file in is being
filled up when you create the tar file.
You either need to grow that filesystem size or create it someplace with enough space.
# 5  
Old 08-07-2006
The filesystem is big enought but I think, it's not supported for large files or something like that. Gotta check.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Tar: 0511-184 Cannot set the time on config

Dear i have run a secripts that will extract a gz file after that i have the following error x config/xsql/cbs/UserProfile x config/xsql/cbs/Utility x config/dbtrans/accounts/AccountDetailedStatement.xsl, 888 bytes, 2 media blocks. tar: 0511-184 Cannot set the time on... (1 Reply)
Discussion started by: thecobra151
1 Replies

2. Shell Programming and Scripting

zipping functionality (tar) not working as expected

Hi all, I here have an index file ($index) which lists the full paths of some files, and am tying to use "tar" to zip all of them. I ran a command like below, cat $index | xargs tar -rcf $archived_file Strangely I noticed only part of files in that index were zipped in my... (4 Replies)
Discussion started by: isaacniu
4 Replies

3. Shell Programming and Scripting

Increment and find closest value until the end of the file is reached.

Hi all, I have a file which looks like: 0 1.1985506 1 1.2237930 2 1.2159038 3 1.2668828 4 1.2650216 5 1.2474344 6 1.2817688 7 1.2721698 8 1.2665005 9 1.2826315 10 1.2797879 11 1.3201736 12 1.3116595 13 1.3361583 14 1.3309238 (2 Replies)
Discussion started by: ezitoc
2 Replies

4. AIX

tar: 0511-825 The file 'file' is too large.

Dears, i am trying to comprees file but it gave me error as below: userhost>tar cvf - file | gzip > file.tar.gz tar: 0511-825 The file 'file' is too large. Be noted that this file is nearly to "9 Giga". Please, advise Thanks & Reagrds, Please use code tags! Also please do not... (3 Replies)
Discussion started by: mohammedmostafa
3 Replies

5. UNIX for Dummies Questions & Answers

stunnell log file has reached its limit

Please help! I am really new to Linux, and my colleague who usually deals with these things isnt here to help me out. We are running Scalix mail services on CentOS 6.0. Email users with IMAP folders are getting an error message stating the server cannot be reached, however POP3 mail users are... (13 Replies)
Discussion started by: beckyboo
13 Replies

6. AIX

tar: 0511-193 An error

Hi all, when i exucte comman to see the contents of tape it gives an error like tar: 0511-193 An error occurred while reading from the media. The media surface is damaged and insert clean catridge tape to clean the tape in tape then again i got the same.when i excute the same above... (1 Reply)
Discussion started by: younusdba
1 Replies

7. UNIX for Dummies Questions & Answers

tar -cvf test.tar `find . -mtime -1 -type f` only tar 1 file

Hi all, 4 files are returned when i issue 'find . -mtime -1 -type f -ls'. ./ora_475244.aud ./ora_671958.aud ./ora_934052.aud ./ora_934050.aud However, when I issued the below command: tar -cvf test.tar `find . -mtime -1 -type f`, the tar file only contains the 1st file -... (2 Replies)
Discussion started by: ahSher
2 Replies

8. AIX

lsmksysb: error 0511-119 & 0511-137 ?

I have 2 workstations that when I do the smitty lsmksysb to verify the tape created by the smitty mksysb, both fail on the same problem: restore: 0511-119 There is a missing header block. restore: 0511-137 Trying to find the next header. Data maybe lost. Starting again at file .... I... (3 Replies)
Discussion started by: Browser_ice
3 Replies

9. SCO

cpio: Ulimit reached for file output

I am trying run cpio backing up to tape, but I get the above error. Can anyone assist please as I am sleeping at work today. I tried setting the ulimit to unlimited but when I rebooted the server it came back with another value and I cannot run my backup now.... (0 Replies)
Discussion started by: dustytina
0 Replies

10. UNIX for Dummies Questions & Answers

tar: write error unexpected end of file

Hi, I have attempted to backup some database files on my company's Solaris machine about 3 times now. Each time that I attempt the backup, about 6 files are evident on the dat tape when I do read of the media and then I see the dreaded "tar: write error unexpected EOF" message. Each time that I... (2 Replies)
Discussion started by: robyn
2 Replies
Login or Register to Ask a Question