由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - How to use tar to read file on tape?
相关主题
is it possible to untar files with absolute path?gcc in mac OSX
一个很丢人的问题[转载] 请教Sun Ultra 1 上的外置SCSI硬盘
[转载] can awk take user supplied parameters?Re: [转载] How to install Solaris 7 Over NT?
one line information extraction?请诊断:
FTP HelpFreeBSD下,是否支持ultra SCSI 160
Is there any software can D/L a whole directory?can SPARC Station 5 or 20 recognize IBM DMVS COMP IEC-950 LVD 9G scsi harddisk?
A simple question![转载] sed question
[转载] 问一个问题Re: just get a sparc 2, qing qiao: who know how to load os
相关话题的讨论汇总
话题: tape话题: tar话题: read话题: file话题: use
进入Unix版参与讨论
1 (共1页)
t****k
发帖数: 1095
1
I have a file XXX.tar.Z on a tape, I need to read and extract it to the local
directory. What specific parameters should I use? Thanks!
p*********r
发帖数: 23
2
man tar

local

【在 t****k 的大作中提到】
: I have a file XXX.tar.Z on a tape, I need to read and extract it to the local
: directory. What specific parameters should I use? Thanks!

a*********a
发帖数: 22
3
First, you need to know the device name of the tape drive. For me, I use
a SCSI tape drive, so the name is /dev/st0 (or /dev/nst0 for nonrewind).
so, to read the file, just need to do:
tar xzvf /dev/st0

【在 t****k 的大作中提到】
: I have a file XXX.tar.Z on a tape, I need to read and extract it to the local
: directory. What specific parameters should I use? Thanks!

1 (共1页)
进入Unix版参与讨论
相关主题
Re: just get a sparc 2, qing qiao: who know how to load osFTP Help
Help! 在unix系统下如何用CD-writer制作CD?Is there any software can D/L a whole directory?
实验室的unix机器不能boot起来了, 求救。。。A simple question!
[转载] 帮个忙:我的scsi光驱改不回来了[转载] 问一个问题
is it possible to untar files with absolute path?gcc in mac OSX
一个很丢人的问题[转载] 请教Sun Ultra 1 上的外置SCSI硬盘
[转载] can awk take user supplied parameters?Re: [转载] How to install Solaris 7 Over NT?
one line information extraction?请诊断:
相关话题的讨论汇总
话题: tape话题: tar话题: read话题: file话题: use