https://bugs.winehq.org/show_bug.cgi?id=49480
Bug ID: 49480 Summary: fsutil not able to handle file command Product: Wine-staging Version: 5.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: b1779506@trbvn.com CC: leslie_alistair@hotmail.com, z.figura12@gmail.com Distribution: ---
Created attachment 67593 --> https://bugs.winehq.org/attachment.cgi?id=67593 fsutil.exe from Windows 10
Log:
wine ./fsutil.exe file 002c:fixme:winediag:__wine_start_process Wine Staging 5.11 is a testing version containing experimental patches. 002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org. 0050:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 00b4:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub 00c0:fixme:advapi:RegisterEventSourceW ((null),L"Bonjour Service"): stub 00c0:fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0xa9f8b0,(nil)): stub 00c0:fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0x6f1e60,(nil)): stub 00c0:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub 00c0:err:winsock:interface_bind_check No cache entry for ifindex 0. 00c0:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub 00c0:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000013 00c0:err:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request failed with status 0x2733 00c0:fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0xa9f8b0,(nil)): stub 00c0:fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0x6f1fa0,(nil)): stub 005c:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported 0058:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported 005c:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported 0058:fixme:service:svcctl_EnumServicesStatusExW resume handle not supported 00c0:fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0xa9f8b0,(nil)): stub 00c0:fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000064,(nil),0x0001,0x00000000,0x6f1fa0,(nil)): stub 00c0:fixme:netapi32:NetGetJoinInformation Semi-stub (null) 0xa9f928 0xa9f920 002c:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 00c0:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub 00c0:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub 00c0:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub 00c0:fixme:winsock:WS_setsockopt Unknown IPPROTO_IPV6 optname 0x00000013 0034:err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. 00d4:fixme:fsutil:wmain unsupported command L"file" file is an unsupported command ---- Commands Supported ----
hardlink Hardlink management
https://bugs.winehq.org/show_bug.cgi?id=49480
--- Comment #1 from Otto b1779506@trbvn.com ---
From winecfg setting Windows 10 version.
https://bugs.winehq.org/show_bug.cgi?id=49480
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Product|Wine-staging |Wine Component|-unknown |programs CC|leslie_alistair@hotmail.com | |, z.figura12@gmail.com |
https://bugs.winehq.org/show_bug.cgi?id=49480
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- The content of attachment 67593 has been deleted for the following reason:
Please don't attach copyrighted binaries
https://bugs.winehq.org/show_bug.cgi?id=49480
--- Comment #3 from Otto b1779506@trbvn.com --- No problem https://mega.nz/file/9BMGHKbT#BD0UXAoQ1u4d2gqtowu-xRXJv8anqCiIbBqrElqRa3k
https://bugs.winehq.org/show_bug.cgi?id=49480
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Please don't share links either. In any case, the Windows binary is not interesting for us. What would be more useful would be to tell us what application is using this, and exactly what command line it uses?
https://bugs.winehq.org/show_bug.cgi?id=49480
--- Comment #5 from Otto b1779506@trbvn.com --- fsutil is a Windows command line utility which performs tasks that are related to file allocation table (FAT) and NTFS file systems, such as managing reparse points, managing sparse files, or dismounting a volume. If it's used without parameters, fsutil displays a list of supported subcommands.
It can be used for example to convert File ID descriptor to file path on NTFS filesystem, after you get chkdsk errors and want to determine which files may have been affected.
As far as I know, this utility is included with Windows 10.
https://docs.microsoft.com/en-us/windows-server/administration/windows-comma...
https://bugs.winehq.org/show_bug.cgi?id=49480
--- Comment #6 from Austin English austinenglish@gmail.com --- (In reply to Otto from comment #5)
fsutil is a Windows command line utility which performs tasks that are related to file allocation table (FAT) and NTFS file systems, such as managing reparse points, managing sparse files, or dismounting a volume. If it's used without parameters, fsutil displays a list of supported subcommands.
It can be used for example to convert File ID descriptor to file path on NTFS filesystem, after you get chkdsk errors and want to determine which files may have been affected.
As far as I know, this utility is included with Windows 10.
https://docs.microsoft.com/en-us/windows-server/administration/windows- commands/fsutil
Right, but what application breaks from not having 'fsutil.exe file' available?
https://bugs.winehq.org/show_bug.cgi?id=49480
--- Comment #7 from Otto b1779506@trbvn.com --- I can't tell of any app that uses that command. I always call it directly.