libyal / libvmdk

Library and tools to access the VMware Virtual Disk (VMDK) format
GNU Lesser General Public License v3.0
163 stars 66 forks source link

mount_handle_open: unable to open extent data files #30

Closed smclinden closed 1 year ago

smclinden commented 1 year ago
Unable to open source images(s).
libcfile_file_open_with_error_code: no such file: /media/psf/One Touch/client/generated-stream.vmdk.
libcfile_file_open: unable to open file.
libbfio_file_open: unable to open file: /media/psf/One Touch/client/generated-stream.vmdk.
libbfio_handle_open: unable to open handle.
libvmdk_handle_open_extent_data_file: unable to open file IO handle.
libvmdk_handle_open_extent_data_files: unable to open extent data file: generated-stream.vmdk.
mount_handle_open: unable to open extent data files.
vmdkinfo 20220717

VMware Virtual Disk (VMDK) information:
        Disk type                       : Stream optimized
        Media size                      : 180 GiB (193273528320 bytes)
        Content identifier              : 0xaaf9b7e8
        Parent content identifier       : 0xffffffff
        Number of extents               : 1

Extent: 1
        Filename                        : generated-stream.vmdk
        Type                            : Sparse
        Start offset                    : 0
        Size                            : 180 GiB (193273528320 bytes)
joachimmetz commented 1 year ago

@smclinden can you bit a bit more descriptive I have no idea what issue you are trying to report. For all I can tell you're trying to open a file that does not exist. Closing issue due to insufficient information, reopening if more information is provided.