| unzip: cannot find or open | 检查文件路径和名称:ls -lh archive.zip |
| CRC error during extraction | 压缩包可能损坏,使用unzip -t archive.zip测试完整性 |
| Files overwritten without warning | |
| Wrong file permissions after extract | 使用ls -l检查权限,用chmod和chown调整 |
| Password prompt fails | |
| Archive too large, need splitting | 创建分卷压缩:zip -s 100m -r large.zip dir/ |
| Missing parts when extracting split archive | 确保所有分卷文件(.zip、.z01、.z02等)在同一目录 |
| unzip: unsupported compression method | |
| Insufficient disk space | |