答案 0 :(得分:1)
您是否尝试过GNU tar(gtar
)?这个SUNWgtar
有一个solaris SFW包,或者试试SunFreeware。
来自tar(1)
手册页:
See largefile(5) for the description of the behavior of tar
when encountering files greater than or equal to 2 Gbyte (
2^31 bytes).
在我的Solaris 10系统largefile(5)
上说tar
是largefile
- 知道。
也许truss
可以提供帮助:
truss -a -f -o /tmp/truss.out tar xf foo.tar
(请发帖truss.out
,如果时间不长,或者只是其中的尾部)。
编辑:我从2010年6月开始偶然发现补丁138621-02 / 138622-02,“SunOS 5.10:tar补丁”。特别修复了错误“6578528 / usr / bin / tar转储提取大文件时的核心“。 (这不是推荐或安全补丁,所以可能错过了。)