Microsoft Coreutils version: 2026.5.29
Problem:
Command cd D:\ (or any other drive letter) does not change current working directory to folder on other drive
How to replicate:
- Open cmd.exe
- Write
cd D:\
Problematic behaviour example:
C:\Program Files\coreutils>dir H:\
Том в устройстве H не имеет метки.
Серийный номер тома: 0DEE-0B6D
Содержимое папки H:\
05.05.2025 09:08 <DIR> Action
14.12.2024 14:01 <DIR> DockerDesktopWSL
20.09.2025 23:20 <DIR> StableDiffusionModels
28.09.2025 18:33 <DIR> StableDiffusionWildcards
0 файлов 0 байт
4 папок 19 660 800 байт свободно
C:\Program Files\coreutils>cd ..
C:\Program Files>cd coreutils
C:\Program Files\coreutils>cd C:\
C:\>cd H:\
C:\>
Microsoft Coreutils version: 2026.5.29
Problem:
Command
cd D:\(or any other drive letter) does not change current working directory to folder on other driveHow to replicate:
cd D:\Problematic behaviour example: