复现
$ unzip test.zip
Archive: test.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of test.zip or
test.zip.zip, and cannot find test.zip.ZIP, period.
原因
unzip默认解压大小小于2G
安装7za
wget --no-cookie --no-check-certificate https://jaist.dl.sourceforge.net/project/p7zip/p7zip/16.02/p7zip_16.02_src_all.tar.bz2
tar -jxvf p7zip_16.02_src_all.tar.bz2
cd p7zip_16.02
sudo make && make install
执行解压命令:
7za x test.zip
原创文章,作者:站长,如若转载,请注明出处:https://wsppx.cn/1391/%e7%bd%91%e7%ab%99%e9%83%a8%e7%bd%b2/
相关推荐
-
kubernetes搭建mysql主从服务
参考:https://kubernetes.io/zh/docs/tasks/run-application/run-replicated-stateful-application…
-
bind9添加域名在windows访问有缓存时间,不能及时生效
添加k8s-dash.home.com 在11机器上添加域名 在nginx机器上配置转发 在win10上访问 浏览器打开:https://k8s-dash.home.com 不是对…
-
harbor-db restarting (1) seconds ago
环境 centos7.6 harbor-db:v2.3.2 docker:17.12.0-ce 问题复现 宿主机重启后,docker harbor-db总是在restarting,…
-
python后端开发面试-mysql数据库
Mysql隔离级别 脏读(Drity Read):某个事务已更新一份数据,另一个事务在此时读取了同一份数据,由于某些原因,前一个RollBack了操作,则后一个事务所读取的数据就会…
-
docker 安装mysql 5.7
之前都在宿主机直接yum install mysql,后面数据迁移都时候,发现不能一下把所有都data迁移,想想还是docker部署挂载data盘好迁移一点 安装命令 修改root…
-
安裝unraid系統,ip一直获取不到 Cannot find device bond0
系统环境 网卡:i210 unriad系统:6.9.2 u盘:闪迪32G 安装过程 刚开始下载网上的开心版6.9.2,试过几台电脑,都是下面的提示 后面到官网下载手动安装版本,也是…
-
PVE 系统更换主机没有网络的问题
当你在A机器上安装好了pve系统,现在想直接把A机器的pve系统硬盘换到B机器上,那么由于B机器的网口和A不一样,导致启动之后没有网络 解决方法 通过ip addr show查看当…
-
postman使用pre-request-script,可以减少手动获取cookie的次数
前言 一般公司都是使用sso单点登录,接口是oauth2.0标准的,每次请求都需要将Authorization带上。而这个字段又需要从页面上手动登录后再获取,比较麻烦,这里推荐使用…
-
vmware和esxi还原win7镜像
背景 用vmware或者esxi安装ghost镜像,其实跟我们实体机安装一样,需要准备2个东西 大白菜PE ios镜像 win7/win10 ghost镜像 安装 启动的时候进入大…