OSX 中的环回安装
我正在尝试挂载 .img 文件(rootfs.img),以便我可以修改 4fff N618(Pandigital Novel)衍生版本的固件功能。
我已经使用 bqAvant 的固件对其进行了刷新,并且它可以完全运行,但是我找不到使用 OSX 10.5 进行环回安装的方法,我也没有带有 Linux 发行版的 CD。 efi 甚至不允许我使用 rEFIt 从 USB 设备启动。
使用:
mount -o Loop rootfs.img /mnt/rootfs
回复不支持循环。
I am trying to mount an .img file (rootfs.img) so I can modify the features of the firmware for a derivitive of the 4fff N618 (Pandigital Novel).
I have flashed it with the firmware of the bqAvant and it is fully operational, but I cannot find a way to do a loopback mount with OSX 10.5, neither do I have a cd with a linux distro. The efi won't even let me boot from a usb device using rEFIt.
Using:
mount -o loop rootfs.img /mnt/rootfs
replies that loop is not supported.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看这里 https://serverfault.com/questions/174909/mount-block-file-on- osx。以下是
hdiutil
的正确参数:示例:
示例输出:
Look here https://serverfault.com/questions/174909/mount-block-file-on-osx. Here are the correct parameters for
hdiutil
:Example:
Example Output: