Questions tagged «hdiutil»

6
在命令行上安装DMG时绕过许可协议
我正在使用puppet自动执行Mac安装。作为它的一部分,我需要安装几个.dmg格式的程序。 我使用以下内容来安装它们: sudo /usr/bin/hdiutil mount -plist -nobrowse -readonly -quiet -mountrandom /tmp Program.dmg 问题是某些.dmg文件附带了许可证,因此脚本卡住了接受许可证。(与puppet一起运行时没有stdin / out,因此我无法手动批准它继续。) 有没有可以预先批准或强制批准许可证的方法?

11
我无法挂载DMG,出现“没有可挂载的文件系统”错误
我下载了一些商业Mac软件(CSSEdit)的DMG,但是发现DMG无法挂载。我尝试了来自同一家公司的另一张图像,然后我从其他软件中放了许多图像。大约一半安装,而一半不安装。该错误始终是“没有可挂载的文件系统” 我的google-foo仅显示了一些孤立的事件,并且反复建议重新启动(我有两次)。磁盘也不会从“磁盘工具”中挂载(尝试从那里进行验证或修复也不起作用)。我也尝试使用几种不同的程序重新下载此图像几次。 如果相关的话,我最近更新到10.5.8。 这是我尝试从命令行安装DMG时得到的内容的粘贴。 loki:下载peter $ hdiutil attach CSSEdit \ 2.6.dmg -Verbose 初始化中... DIBackingStoreInstantiatorProbe:接口0,得分100,CBSDBackingStore DIBackingStoreInstantiatorProbe:接口1,得分-1000,CBundleBackingStore DIBackingStoreInstantiatorProbe:接口2,得分-1000,CRAMBackingStore DIBackingStoreInstantiatorProbe:接口3,得分100,CCarbonBackingStore DIBackingStoreInstantiatorProbe:接口4,得分-1000,CDevBackingStore DIBackingStoreInstantiatorProbe:接口5,得分-1000,CCURLBackingStore DIBackingStoreInstantiatorProbe:接口6,得分-1000,CVectoredBackingStore DIBackingStoreInstantiatorProbe:选择CBSDBackingStore DIBackingStoreInstantiatorProbe:接口0,得分100,CBSDBackingStore DIBackingStoreInstantiatorProbe:接口1,得分-1000,CBundleBackingStore DIBackingStoreInstantiatorProbe:接口2,得分-1000,CRAMBackingStore DIBackingStoreInstantiatorProbe:接口3,得分100,CCarbonBackingStore DIBackingStoreInstantiatorProbe:接口4,得分-1000,CDevBackingStore DIBackingStoreInstantiatorProbe:接口5,得分-1000,CCURLBackingStore DIBackingStoreInstantiatorProbe:接口6,得分-1000,CVectoredBackingStore DIBackingStoreInstantiatorProbe:选择CBSDBackingStore DIFileEncodingInstantiatorProbe:接口0,得分-1000,CMacBinaryEncoding DIFileEncodingInstantiatorProbe:接口1,得分-1000,CAppleSingleEncoding DIFileEncodingInstantiatorProbe:接口2,得分-1000,CEncryptedEncoding DIFileEncodingInstantiatorProbe:无选择。 DIFileEncodingInstantiatorProbe:接口0,得分900,CUDIFEncoding DIFileEncodingInstantiatorProbe:选择CUDIFEncoding DIFileEncodingNewWithBackingStore:CUDIFEncoding DIFileEncodingNewWithBackingStore:实例化器返回0 DIFileEncodingInstantiatorProbe:接口0,得分-1000,CSegmentedNDIFEncoding DIFileEncodingInstantiatorProbe:接口1,得分-1000,CSegmentedUDIFEncoding DIFileEncodingInstantiatorProbe:接口2,得分-1000,CSegmentedUDIFRawEncoding DIFileEncodingInstantiatorProbe:无选择。 DIDiskImageInstantiatorProbe:接口0,得分0,CDARTDiskImage DIDiskImageInstantiatorProbe:接口1,得分0,CDiskCopy42DiskImage DIDiskImageInstantiatorProbe:接口2,得分-1000,CNDIFDiskImage DIDiskImageInstantiatorProbe:接口3,得分1000,CUDIFDiskImage CRawDiskImage:数据叉长度0x000000000022EE83(2289283)不是512的倍数。 DIDiskImageInstantiatorProbe:接口5,得分-100,CRawDiskImage DIDiskImageInstantiatorProbe:接口6,得分-100,CShadowedDiskImage DIDiskImageInstantiatorProbe:接口7,得分0,CSparseDiskImage DIDiskImageInstantiatorProbe:接口8,得分0,CSparseBundleDiskImage …


2
在Mac OS X 10.6中将.iso转换为.img
我正在尝试将.iso文件(Ubuntu光盘映像)转换为.img文件。 我运行这样的命令: hdiutil convert -format UDRW -o ubuntu.img ubuntu-11.04-server-amd64.iso 但是无论如何,我都会收到错误消息: hdiutil: convert failed - not recognized 我不确定如何解决此问题或如何进行转换。有什么帮助吗?

1
在Linux中附加磁盘驱动器
是否有与Mac相当的Linux sudo hdiutil attach -imagekey -diskimage-class=CRawDiskImage -nomount 我有一个想象,我想作为磁盘驱动器附加,但是我不想挂载它。该图像是HFS +格式的,我正在运行Ubuntu。
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.