Opened 2 years ago
Last modified 2 years ago
#21351 new defect
GetFileInformationByHandleExfor VBoxSharedFolderFS works incorrectly
Reported by: | basiliscos | Owned by: | |
---|---|---|---|
Component: | shared folders | Version: | VirtualBox-7.0.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
it returns ERROR_FILE_NOT_FOUND, while there are files in a directory
details:
https://github.com/boostorg/filesystem/issues/261#issuecomment-1335574338
Note:
See TracTickets
for help on using tickets.
This is not reproducible here, I tried the VS2022 option using std::filesystem because I don't have boost available. Listing the directory content of a shared folder from within the VM works fine here. Please attach a VBox.log of the affected VM so we can get an idea about your configuration. Also it would help tremendously if you can provide a ready to run example which shows the issue.