turn on NTFS case sensitive on Win10

NTFS下的檔案名稱是case sensitive,但是如果兩個檔案的檔名差異只有大小寫則需要用底層的api呼叫來處理。但在win10可以透過把linux subsystem打開,在powershell下輸入

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

並且針對資料夾設定

C:\Windows\System32\fsutil.exe file SetCaseSensitiveInfo D:\xxx\yyyy

This entry was posted in System Administration. Bookmark the permalink.

Leave a Reply