Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Select language:
English
French
German
Hungarian
Italian
Norwegian
News:
Home
Help
Search
Calendar
Members
View the memberlist
Search For Members
Login
Register
OESF Portables Forum
»
General Forums
»
General Discussion
»
.tar File- What Is, How To Read
← previous
next →
Print
Pages: [
1
]
Author
Topic: .tar File- What Is, How To Read (Read 2219 times)
robinson10
Newbie
Posts: 18
.tar File- What Is, How To Read
«
on:
December 28, 2004, 08:10:25 pm »
What is a .tar file? What's its use? And how do I read it?
Logged
C860
Cacko 1.22
Qtopia 1.5.4
Goal-to dump my e740.
JohnKiniston
Full Member
Posts: 213
.tar File- What Is, How To Read
«
Reply #1 on:
December 28, 2004, 09:06:32 pm »
A tar file is a file archive, They are used to move groups of files from system to system similar to a .sit file on a macintosh or a .zip file on a pc (Without compression however.)
Do you need to extract the file on your Zaurus or on a PC or Mac?
Logged
5500, 512mb SD card, 32mb CF card, 64mb SD card, OpenZaurus
Visit my Blog at [a href=\"http://www.meatkite.com/blog\" target=\"_blank\"][a href=\"http://www.meatkite.com/blog\" target=\"_blank\"]http://www.meatkite.com/blog
[/a][/a]
Teletubbie
Sr. Member
Posts: 252
.tar File- What Is, How To Read
«
Reply #2 on:
December 28, 2004, 09:10:27 pm »
Hi,
tar is an archive like zip, but it comes from unix. This means that it can handle some additional information like data permision rights. If you have linux you can just take gnu tar. It is often provided by linux base system. Just type:
Code:
[Select]
man tar
If you see the man page, tar should be installed.
You can also get gnu tar wor windows. Winzip can also extract tar files. Under windows I always use:
http://www.7-zip.org/
Cheers,
Sam
Logged
SL-5500G
OZ 3.3.6-pre1
Opie 1.1.4
Tehas
Full Member
Posts: 157
.tar File- What Is, How To Read
«
Reply #3 on:
December 28, 2004, 09:14:37 pm »
On Linux:
To see a tar file's contents use the "t" option:
Code:
[Select]
tar -tf mytarfile.tar
To extract the contents use the "x" option:
Code:
[Select]
tar -xf mytarfile.tar
manpage for tar command
Logged
+SL-5600 v1.32 ROM (Special pre-emptive kernel with overclock) +Viking 256CF +SimpleTech 256CF +Viking 128SD (as ext2) +AmbiCom WL1100C +Micro Innovations KB +Hawking Ethernet CF
+SL6000L +Lexar 1GB SD (as ext2) +Windows 98/Me/Nt/XP +Mandrake 8.1
My Zaurus Page
[img]http://users.adelphia.net/~stonerrl/rick/rls_userbar.gif\" border=\"0\" class=\"linked-sig-image\" /]
qx773
Full Member
Posts: 219
.tar File- What Is, How To Read
«
Reply #4 on:
December 29, 2004, 08:48:54 pm »
tar is an abbreviation of the words, "tape archive." Originally, Unix systems backed up data on tape drives, because hard drives did not exist at the time or were really expensive or had less storage capacity than tapes.
Logged
Print
Pages: [
1
]
← previous
next →
OESF Portables Forum
»
General Forums
»
General Discussion
»
.tar File- What Is, How To Read