cygwin 中的循环挂载

发布于 2024-07-14 23:53:19 字数 23 浏览 3 评论 0原文

cygwin 中可以循环安装吗?

is loop mount in cygwin possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

抚笙 2024-07-21 23:53:20

不幸的是,您不能,但您可以使用其他命令行工具来访问,例如下面的工具。

如果您更喜欢命令行,可以在 Windows 下使用 FileDisk(适用于 Win32 和 Win64),但需要安装驱动程序。

另一个选项是 ImDisk(同样适用于 Win32 和 Win64)。 它既可以是命令行,也可以是 GUI; 位于控制面板中。

Unfortunately you can't but you can use other command-line tools to access such as those below.

If you prefer command-line you can use FileDisk under Windows (for Win32 and Win64), but it requires a driver installation.

Another option is ImDisk (again for Win32 and Win64). It's both command-line and GUI; located in the Control Panel.

牵强ㄟ 2024-07-21 23:53:20

请参阅此处

以减少额外搜索:

虚拟软盘驱动器

see here

to reduce extra searching:

Virtual Floppy Drive

痴梦一场 2024-07-21 23:53:20

当然可以,但只是不这么叫! Cygwin 中的 mount 命令严重受损,以至于它根本不配得上这个名字。 至少在过去,这可能是有充分理由的。 只有在引入 Windows 8 及更高版本后,ISO 映像才可以使用非黑客攻击的 Windows 命令自动安装,无需额外的工具。

对于其他/旧版本的 Windows,有一种名为:
Windows ISO 挂载(虚拟 CD-ROM 控制面板)

然而,有很多开源工具可以通过 GUI 或命令行有效地执行相同的操作。 这些工具通常支持所有最常见的文件系统格式,例如:EXT2/3/4、ReiserFS、HFS、HFS+、NTFS、FAT、exFAT、UFS2 等。问题是没有一个唯一的命令完成这一切的直线工具。 ImDisk(如上所述)非常好,因为它提供了一种 RAM - 几乎可以包含任何东西的磁盘。 其他也适用于 CMD 的流行工具包括:虚拟克隆驱动器 (VCD)、ext2fsdext2fsd ="http://sourceforge.net/projects/wincdemu/" rel="nofollow">wincdemu, fs 驱动程序

因此,有了所有这些,您应该能够为 Cygwin 设置编写一个漂亮的 mount 包装器。 (如果您这样做,请随时将其提交给 Cygwin 开发人员。)

Sure, but it's just not called that! The mount command in Cygwin is so seriously crippled that it really doesn't even deserve that name. And probably for a good reason, at least in the past. It's only with the introduction of Windows 8 and above, that ISO images can be auto-mounted without extra tools, using non-hacked Windows only commands.

For other/older versions of windows, there's a kind of patch called:
Windows ISO mount (Virtual CD-ROM Control Panel)

However, there are plenty of open-source tools to effectively do the same from GUI or command-line. These tools usually support all most common filesystem formats, like: EXT2/3/4, ReiserFS, HFS, HFS+, NTFS, FAT, exFAT, UFS2 etc. The problem is that there is not one unique command line tool that does it all. ImDisk (as mentioned above) is very nice as it provides a type of RAM-disk that can contain just about anything. Other popular tools that also work on CMD are: Virtual Clone Drive (VCD), ext2fsd, wincdemu, fs-driver.

So with all these at hand, you should be able to write a nice mount wrapper for your Cygwin setup. (And feel free to submit it to Cygwin developers, when you do.)

私野 2024-07-21 23:53:20

不可以。您必须使用 Windows 本机解决方案,例如虚拟软盘驱动器。

No. You'll have to use a Windows-native solution like Virtual Floppy Drive.

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