OSX 中的环回安装

发布于 2024-10-09 23:13:09 字数 292 浏览 0 评论 0原文

我正在尝试挂载 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮色兮凉城 2024-10-16 23:13:09

看这里 https://serverfault.com/questions/174909/mount-block-file-on- osx。以下是 hdiutil 的正确参数:

$ hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount <filename>

示例:

$ hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount /Users/me/backup.rdisk4s2.dd

示例输出:

/dev/disk6

Look here https://serverfault.com/questions/174909/mount-block-file-on-osx. Here are the correct parameters for hdiutil:

$ hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount <filename>

Example:

$ hdiutil attach -imagekey diskimage-class=CRawDiskImage -nomount /Users/me/backup.rdisk4s2.dd

Example Output:

/dev/disk6
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文