重命名/映射 Cygwin 文件夹
我可以安全地重命名 cygdrive 文件夹吗? 另外,我想在根目录添加其他文件夹,并将它们映射到 Windows 上的文件夹,就像 /cygdrive/c 映射到我的 C 驱动器一样。 那可能吗?
Can I safely rename the cygdrive folder? Also, I would like to add other folders at root and map them to folders on windows in the same way as /cygdrive/c maps to my C drive. Is that possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的你可以。 请参阅 Cygwin 文档中的 Cygwin 安装表。 我将文档文件夹安装为 /doc。 这些安装最终会出现在注册表中,并在重新启动等过程中保留。
Yes, you can. See The Cygwin Mount Table in Cygwin's documentation. I have my documents folder mounted as /doc. These mounts end up in the registry and are retained across reboots etc.
我不会重命名 cygdrive,因为我不知道这会做什么,但您可以使用
mount
命令将根目录下的其他目录映射到各种 Windows 目录。I wouldn't rename cygdrive as I don't know what that would do, but you can map other directories at root to various windows directories using the
mount
command.