-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to glob E01 on Windows share? #146
Comments
@devmd5 can you provide more detail, otherwise I cannot help you
|
The images are located on a Windows 10 share (SMB2 I think). When opened locally, the images open file. e.g. \myhost\share\name.e01 However, when opened via the share path, the call to libewf_glob_wide() returns 1 indicating success but number of files is reported as 0. It looks like libewf_glob_wide() fails blows when the path has a \ prefix. This error is in libewf-experimental-20201230. The library was built as a DLL following the standard instructions and otherwise seems to work ok. |
can you provide an example of the path you are using there are multiple ways to define an UNC share path on Windows |
|
I would need to take a closer look. The glob just tries to iterate which segment files exists specific for the format. Maybe the exist checks fails for some reason. |
Attempts to open an E01 file fail when the target is on a network share. I think the problem may be in libewf_glob()
The text was updated successfully, but these errors were encountered: