gpt4 book ai didi

unzip - 将 bz2 文件解压到 Azure 存储时不允许操作

转载 作者:行者123 更新时间:2023-12-04 03:16:21 32 4
gpt4 key购买 nike

我正在尝试使用以下命令将 bz2 文件解压缩到 azure 存储中:

$ bzip2 -d huge-file.xml.bz2 

过了一会儿,大约 40 分钟。我有这条消息:

bzip2: I/O or other error, bailing out.  Possible reason follows.
bzip2: Operation not permitted
Input file = huge-file.xml.bz2, output file = huge-file.xml
bzip2: Deleting output file huge-file.xml, if it exists.

huge-file.xml.bz2 有 14GB,解压后应该有 500GB

不确定会出现什么错误。顺便说一句,sha1 是正确的,解压缩过程似乎可以正常工作,因为 huge-file.xml 会膨胀,直到发生错误。

更新

仅作记录,以下命令有效。尽管如此,我不确定这是问题的真正原因。

$ sudo bzip2 -d huge-file.xml.bz2 

最佳答案

我知道这是一个老问题,但我认为这是文件系统权限的问题。这是一个与此相关的旧错误:https://bugs.launchpad.net/ubuntu/+source/bzip2/+bug/146225

Bunzip2 想要根据您的挂载参数设置所有者或它无权执行的权限。将 uid= 设置为您正在 bunzip2'ing 的用户,它将起作用。

关于unzip - 将 bz2 文件解压到 Azure 存储时不允许操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40640095/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com