【问题标题】:Mac OS X Mavericks: How do I remove the quarantine flag from my Sparsebundle mount?Mac OS X Mavericks:如何从我的 Sparsebundle 挂载中删除隔离标志?
【发布时间】:2013-11-02 11:06:09
【问题描述】:

我刚刚升级到 Mac OS X Mavericks。我有一个 sparsebundle 映像,该映像安装有“隔离”属性,这会阻止我在卷上运行任何 shell 脚本。这是我在终端中运行“mount”时得到的结果:

/dev/disk1s2 on /Volumes/Source (hfs, local, nodev, nosuid, journaled, noowners, quarantine, mounted by crith)

我尝试在 sparsebundle 图像上运行以下命令:

xattr -d com.apple.quarantine Source.sparsebundle

但是,卷仍在安装“隔离”标志设置!有什么建议吗?

【问题讨论】:

    标签: macos operating-system osx-mavericks


    【解决方案1】:

    看起来 sparsebundle 中的令牌是导致图像挂载隔离标志的原因。要修复,请运行:

    xattr -d com.apple.quarantine Source.sparsebundle/token

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-11-01
      • 1970-01-01
      • 2012-06-01
      • 2014-04-24
      • 2013-11-05
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多