-
-
[原创]Windows 下加载 Apple dmg 工具 DMGMounter
-
发表于:
2015-5-13 21:59
2512
-
[原创]Windows 下加载 Apple dmg 工具 DMGMounter
基于 Dokan 的驱动框架,在Windows 下,将 Apple DMG 文件加载为虚拟磁盘。
很多 Apple OSX 程序的发布都是Dmg 格式。通过此工具能直接读取DMG中的文件。
目前只支持WIN7以上系统。
1 安装 Dokan 驱动框架, 附件
2 安装 Visual C++ Redistributable Packages for Visual Studio 2013
https://www.microsoft.com/en-us/download/details.aspx?id=40784
3 运行 DMGMounter.exe /f [你的DMG文件], 自动加载到 Y盘
4 访问完毕关闭 DMGMounter, 自动卸载Y盘
DMGMounter.exe
/f FileToMount (ex. /f C:\test.dmg)
/l DriveLetter (ex. /l Y default Y)
/t ThreadCount (ex. /t 1 default 1)
/r (Follow Symlinks)
/d (enable debug output)
/s (use stderr for output)
/n (use network drive)
[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课