Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个顶级文件夹“top”和一个子级文件夹“sub”,并希望用 genisoimage 祝福文件夹“sub”。
genisoimage -r -J -V "top" --hfs-bless top/sub -o top.iso 顶部。
显然,当我在 MAC 中插入 top.iso 图像时,我的文件夹“sub”没有得到祝福。
我在这里错过了什么吗?
是的——你没有指定--hfs标志,所以你的 ISO 映像不包含 HFS 文件系统,因此不能有一个祝福文件夹。
--hfs
话虽这么说:当 Mac OS X 出现时,Blessed 文件夹基本上不再是一个东西。除非您尝试构建某种奇怪的多操作系统引导 CD,否则我不确定这是您想要的。