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
04-18-2003 10:59 AM
04-18-2003 10:59 AM
.tar.gz
Raghu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:01 AM
04-18-2003 11:01 AM
Re: .tar.gz
It is possible it is not a gzip file after all.
What happens if you just do a
# tar -tvf filename.tar.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:03 AM
04-18-2003 11:03 AM
Re: .tar.gz
$ file filename.tar.gz
paste out the output of the above command if interesting.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:03 AM
04-18-2003 11:03 AM
Re: .tar.gz
# gzip -d filename.tar.gz
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:08 AM
04-18-2003 11:08 AM
Re: .tar.gz
# gtar -tzvf blah.tar.gz
(presuming you installed GNU tar as gtar) GNU tar has built-in gzip support.
# file blah.tar.gz
if it says plain tar, you
# mv blah.tar.gz blah.tar
# gtar -tvf blah.tar
The worst someone can do to you is use a wrong extension. e.g. if he/she used bzip2 instead of gzip, you will *need* bzip2
# bzip2 -d < blah.tar.gz | tar tvf -
If you get stuck, post a hex dump of the first 32 bytes of the compressed archive, and we'll check it against our /etc/magic file
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:11 AM
04-18-2003 11:11 AM
Re: .tar.gz
you could even use tar tIvf to unzip bzipped tar archives with gnu tar...
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:13 AM
04-18-2003 11:13 AM
Re: .tar.gz
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:18 AM
04-18-2003 11:18 AM
Re: .tar.gz
gzip -dc
btw check /usr/contrib/bin for gunzip if you are comfortable with it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:19 AM
04-18-2003 11:19 AM
Re: .tar.gz
The gzip decoding is completely native if built with zlib.
Anyway, GNU tar rulez, and bzip beats the hell out of gzip.
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:25 AM
04-18-2003 11:25 AM
Re: .tar.gz
just checked the man pages and they say the 'I' option is getting obsoleted - so better to use 'j' option (tar -xjvf) for bzip2 decompression...
... (although the) -j option uses the bzip2 utility.
Thanks for bringing that to my notice.
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 11:57 AM
04-18-2003 11:57 AM
Re: .tar.gz
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2003 09:31 AM
04-24-2003 09:31 AM