- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: compress fails with I/O error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 12:51 AM
09-05-2007 12:51 AM
compress fails with I/O error
Am I hitting some king of file size limit for compress? Note that the 16Gb tar file is in the same directory and I am using the same user I user to create the tar file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 12:57 AM
09-05-2007 12:57 AM
Re: compress fails with I/O error
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 01:07 AM
09-05-2007 01:07 AM
Re: compress fails with I/O error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 01:59 AM
09-05-2007 01:59 AM
Re: compress fails with I/O error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 04:11 AM
09-05-2007 04:11 AM
Re: compress fails with I/O error
first check, if you find something related in the syslog or dmesg-outpout.
Then try
dd if=fromfile of=/dev/null bs=1024k
If this shows I/O errors as well, you have a problem with the disk the file resides.
Will the compress output be created in the same filesystem/disk?
If no, just copy the file to the destination target - you said, there is plenty of space...
Else:
Perhaps the compress is not able to handle more than 2GB? This would be 2147483648 Bytes.
Try other shrink utilities (if installed):
gzip
bzip2
zip from
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2007 02:31 PM
09-05-2007 02:31 PM
Re: compress fails with I/O error
limit, too.
> gzip
gzip 1.3.x should offer large-file support
with less fooling around.
http://www.gzip.org/
http://ftp.gnu.org/gnu/gzip/
> bzip2
bzip2 should offer large-file support.
http://www.bzip.org/
> zip from
(Is that a valid Zip command?) Large-file
support in the Info-ZIP programs doesn't
appear until Zip 3.0 and UnZip 6.0, which
haven't been released yet. Imperfect but
usable pre-release "BETA" source kits exist
at:
ftp://ftp.info-zip.org/pub/infozip/beta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:38 PM
09-06-2007 09:38 PM
Re: compress fails with I/O error
In the end I recreated by 16Gb tar file as 4 x 4Gb files are compressed them individually