当我尝试使用 cygwin 将我的 Linux 应用程序转换为 Windows 时遇到了问题。
安装时我按照帮助中的命令进行操作,但似乎仍然缺少一些东西。
$ mount -b C:\Morpeus /home/merlin/Morpeus_work/
输出:
安装:未知选项 -- b
尝试“mount--help”获取更多信息。
$ mount -o binary C:\Morpeus /home/merlin/Morpeus_work/
输出:
mount: /home/merlin/Morpeus_work/: 参数无效
我尝试编辑 /etc/fstab,通过链接https://www.cygwin.com/cygwin-ug-net/using.html#mount-table 但它是只读的,有人可以提供一些如何在 cygwin 中安装的例子吗?
谢谢。
答案1
不要使用 Windows 风格的反斜杠,而是使用如下所示的正斜杠,它可以起作用。
mount -o binary C:/Morpeus /home/merlin/Morpeus_work/