My Profile

Keep Up to Date:
Blog RSS
Blog
Forum RSS
Forum
Post New Topic Post Reply
Posted 3 Months, 2 Weeks ago
MosesLakeJim
Senior Boarder
Posts: 62
graphgraph
User Offline
 
I am running a dual boot system using Red Hat 8.0 and Windows 95.

W95 is for my internet browsing, and, obviously, I need to download files for my Linux system as well.

The problem I am encountering is that some HOWTO documents that I downloaded to my W95 partition, and then transferred to a shared partition, will not unarchive. They will unzip (w/ <gzip>, but when I use tar, i.e.:

tar -xvzf /shared_partition_directory/tar_file

a list of the archived files is printed to stdout, but nothing in written to the directory. The tarred file is still there but the untarred files are not. Am I missing something in the usage of tar? Is there something about the dual boot system which is preventing tar from working? Is there another unarchiving tool on the Red Hat 8.0 distribution that I should try instead of the <tar> command?

Thanks,

Barton Remove 'ubtrthnk' from the end of the above address for my real address
The administrator has disabled public write access.
Posted 3 Months, 2 Weeks ago
newsgirl
Expert Boarder
Posts: 81
graphgraph
User Offline
 
Of course it isn't. The untarred files are written to the directory you are executing the tar-command from.

Try

cd /shared_partition_directory && tar -xvf tar_file

Regards,
The administrator has disabled public write access.
 
Copyright © 2006 - Dec 2008 My Linux Gang