https://bugs.winehq.org/show_bug.cgi?id=54157
Bug ID: 54157 Summary: dir command of cmd fails on Z: on Ubuntu under WSL Product: Wine Version: 8.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: mterrisse@free.fr Distribution: ---
Wine 8.0 rc1, Ubuntu 22.10 under WSL (Windows SubSystem for Linux, Windows 11 22H2)
Hello,
You will probably think it is a weird idea running Wine in Ubuntu under WSL. I tried it to avoid copying many files with my program to test it under Wine.
I noticed this: wine64 cmd.exe dir This works fine on C: But if I do Z: dir I receive Invalid function. I tried this WINEDEBUG=warn+file wine64 cmd.exe Z: dir and there is something more explicit 0108:warn:file:get_mountmgr_fs_info failed to retrieve filesystem type from mountmgr, status 0xc000000e Invalid function.
Do you know what is wrong?
Regards,
Michel Terrisse