Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 MacOS 10.15.4 硬盘上创建了一个 APFS 卷。diskutil info 确认它是区分大小写的 APFS。
当我解压缩包含区分大小写文件的 Linux 生成的存档时,名称相似但仅大小写不同的文件(例如 File.h 和 file.h)将被覆盖。我可以通过 tar tfv 确认区分大小写的文件确实存在于存档中。
但是,当我手动创建一个包含类似名称的混合大小写文件的小型测试存档时,它会很好地存档和取消存档,保留区分大小写的名称。
为什么文件被覆盖,是否有解决方法?