dr *_*joo 26
如果您想将Windows主文件夹用作MSYS2的主文件夹,可以编辑/etc/nsswitch.conf并编写:
db_home: windows
Run Code Online (Sandbox Code Playgroud)
我更喜欢只更新/etc/fstab
@ fstab。
# cat /etc/fstab
# For a description of the file format, see the Users Guide
# https://cygwin.com/cygwin-ug-net/using.html#mount-table
# DO NOT REMOVE NEXT LINE. It remove cygdrive prefix from path
none / cygdrive binary,posix=0,noacl,user 0 0
##################################################################
# Canonicalize the two home directories by mounting the windows #
# user home with the same path mapping as unix. #
##################################################################
none /c/Users/Edward /home/Edward binary,posix=0,noacl,user 0 0
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
11507 次 |
| 最近记录: |