You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the file vmdk_file_io.py, after the line of code extent_data_file_location = file_system.JoinPath(parent_location_path_segments) is executed, the drive letter (D:) in parent_location_path_segments will be removed, resulting in extraction failure.