由买买提看人间百态

topics

全部话题 - 话题: untar
1 (共1页)
D******n
发帖数: 2836
1
来自主题: Linux版 - 悲剧,untar不了tarball
一个文件夹,在tar的时候有些错误信息,所以用了 E flag,问题是现在untar的时候,
就不成功了。
没有error message,可是就是untar不了。。。悲剧。
h***f
发帖数: 2
2
来自主题: Internet版 - how to untar a file
i download some software from internet. but it is in *.tar format.
what software i need to untar it?
i am using pc machine.
thank you guys.
G*******s
发帖数: 4956
3
来自主题: Linux版 - 悲剧,untar不了tarball
文件坏了都可以untar的?
q*****m
发帖数: 73
4
try to untar it using gnu tar (usually on a Linux machine).
quote:
"For example, if the archive contained a file `/usr/bin/computoy',
GNU tar would extract the file to `usr/bin/computoy', relative
to the current directory. "
t****n
发帖数: 1347
5
来自主题: Unix版 - about gcc installation
First find a place to untar it, then read the README and INSTALL file
under the untared directory.
d******a
发帖数: 14
6
来自主题: Apple版 - gnuplot under mac os x
the gunplot for Mac is gone, the link http://homepage.mac.com/gnuplot
doesn't work any more, so I decided to compile gnuplot under Panther.
1) download jpeg-6b package, install it with
./configure
make
sudo make install
sudo make install-lib
make clean
2) download libpng-1.2.5 package. It says that for Mac OS X, you need
download the patch, which is just a replacement of makefile.macosx.
Untar the patch and move it into /script folder, then
cp script/makefile.macosx Makefile
but you still need d
d*********s
发帖数: 306
7
来自主题: EmergingNetworking版 - 企业数据备份和恢复,请问
800GB的磁带多半是LTO4的,你可以试试看能不能untar里面的内容。
到底还是多少银子决定采用什么方法。最便宜的就买些usb硬盘,轮流拷贝后放到另外
的办公室。贵点的就买个便宜点的filer,nfs/ntfs mount到各台机器上备份。比较偷
懒的就给IronMountain的sales 打个电话,他们有各种budget的方案。付钱就好了。听
你说的你们公司连数据中心都没有,估计也不会想花钱在这上面。直接问IM的小企业解
决方案吧。我知道的都是很贵的方案 :)
y**b
发帖数: 88
8
来自主题: Hardware版 - 折腾pogo月经
Can someone recommend a fast usb flash drive? I install arch linux on a
kingston data traveler, takes forever to untar the ArchLinuxARM...tar.gz.
Thanks.
b**********y
发帖数: 7371
9
来自主题: Hardware版 - Pogoplug Pro 不能启动
改啦;UNTAR启动映像也用的ROOT用户
但根本问题是USB FLASH的读盘灯不亮,一次都没
w****w
发帖数: 521
10
来自主题: Hardware版 - pogoplug U盘备份
有没有swap都可以,关键是第一个分区要格成ext2,然后untar就成。
p*a
发帖数: 592
11
来自主题: Hardware版 - pogoplug U盘备份
十分感谢!我把目标盘格成ext2后,untar了果然可以启动了。上次我是把它格成ext3
了。结果死活不成。没有swap分区也不要紧,我把fstab里swap那行注释掉了,现在可
恶的灯也不闪了。
下一步就是升级到wheezy了。
t*****r
发帖数: 117
12
来自主题: Internet版 - how to untar a file
winzip, winrar
c****q
发帖数: 27
13
来自主题: Internet版 - how to untar a file

tar xvf *.tar
t***s
发帖数: 4666
14
别的都还好,其实主要是untar/unzip的时候。
h***r
发帖数: 726
15
来自主题: Linux版 - linux克隆搞不定
so far so good ya.
tar的话,有可能造成空间不够吧? (or tar .. | untar... ?)
cp, tar主要区别在于如何处理soft/hard link吧?
可是也不知道该有什么参数给tar.
能给出你用的详细tar的参数吗?谢谢!想再折腾折腾 : )
s****e
发帖数: 282
16
来自主题: Linux版 - mail question
I backed up my email on a Linux server by tar the mail folder. I always used
pine to check email. After I untar the file, I find that there is a big
file: sent-message. I can use vi to open the sent-message file and see all
the emails I replied. But the file inbox is only about 2k. When I open the
inbox file with vi, it is empty. Where are the emails that I received in my
inbox before?
Thanks.
D******n
发帖数: 2836
17
来自主题: Linux版 - tar question
if I tar a directory like this
tar -cf 123.tar /aa/bb/cc/dd/123
and now I wanna untar it, but dont want to preserve the directory tree, i ju
st wan the 123 folder.
How to do this ?
D******n
发帖数: 2836
18
来自主题: Linux版 - 悲剧,untar不了tarball
不是坏,是说,文件太大,所以要用E option。
D******n
发帖数: 2836
19
来自主题: Linux版 - 悲剧,untar不了tarball
搞定了,用gtar就行。
G*******s
发帖数: 4956
20
来自主题: Linux版 - 悲剧,untar不了tarball
gtar和tar有区别么?
我印象中都是gnu tar啊
我一般 tar zxvf, zcvf直接到tar.gz或者tgz
或者 tar jxvf 到bz2 (好象是这个参数)
D******n
发帖数: 2836
21
来自主题: Linux版 - 悲剧,untar不了tarball
我是在unix下,原来的tar不行,要用gtar才行。
y*********i
发帖数: 7
22
my system is redhat7.1 and i wanna make Frees/wan run on it.
my step:
1. put the FreeS/WAN tarfile under /usr/src and untar it here by the command
tar -xzf freeswan*.gz
2. Kernel configuration
1) make menuconfig
2) make dep; make clean
3) make bzImage
4) make install
5) make modules
6) make modules_install
7) lilo (ensure that the boot loader sees my changes)
and from step 2-3) i find errors. i did nothing more and just followed the
install introduction. and when i reboot
l*l
发帖数: 225
23
使用飞行转换, If the server support it.
if you want get the directory name of KKK, so, just use command:
get KKK.tar
You will download KKK.tar , and untar it!
a****f
发帖数: 29
24
来自主题: Unix版 - 做一个PROJECT,教授需要RCS
I think you can.
RCS is a text-based revision system.
I am now using CVS, which is built on top of RCS to
provide additional functionality and usibility.
I always TAR the whole CVS repository tree on Solaris/Sparc
and untar it on Linux/PC, then I can retrieve any revision
I want. It works very well.
s*****d
发帖数: 258
25
来自主题: Unix版 - 请教如何使用tar
if you don't want to read man, better stick to windows.
Simplest usages:
To untar:
tar xvf file.tar
To tar
tar cvf file.tar filelist
o******l
发帖数: 828
26
A guy sent me a tar file, but he tar those files with absolute path;
for example, I got below when using tar tvf thetarfile.tar:
-rw-r--r-- 3433 Oct 17 10:06 2002 /home/dude/file1.cpp
-rw-r--r-- 1007 Oct 17 10:06 2002 /home/dude/file2.cpp
-rw-r--r-- 8235 Oct 17 10:06 2002 /home/dude/file3.cpp
Is it possible for me to extract by tar? Since the guy used absolute path,
"tar xvf..." can't succeed as I have no permission to create directories under
home. Is there a workaround? Thanks.
o******l
发帖数: 828
27
It really works. Cool! thanks.
c*****t
发帖数: 1879
28
来自主题: Unix版 - help: how to install the gnu make .
No.
1. Download gnu make from ftp.gnu.org.
2. gunzip and untar.
3. change into that directory created and run
./configure prefix=/your-home-dir-path/
4. run
make
5. run
make install
6. add ~/bin to your path in ~/.login
7. source ~/.login
8. rehash
9. run your program
In fact, this sequence works for most of the gnu programs.
e******r
发帖数: 220
29
来自主题: Unix版 - help on unix
At the time I want to untar a .tar file, I met this problem. What does that mean? And how to resolve that? Thanks
q*z
发帖数: 13362
30

windows filename is case insensitive. you better tar all the unix file
in one file then transffer it.
then untar it.
K*****n
发帖数: 23
31
why don't you install the latest version of lammps? it is much better.
I am not sure the 2001 version, but with current version, there is always
a STUBS direction when you untar it. It is designed to replace the MPI
instructions for serial edition.
If you do need to use the 2001 version, one possible solution is to install
openmpi on your machine and compile an mpi version, then just use one
processor.
1 (共1页)