I just like to mount physical Disk 1 in OSFMount to access some ext4 partition in there.
So I run:
but get this error:
Technical there is no big difference between "\\.\PhysicalDrive0" and "someimagefile.img".
It is just passed as filename to CreateFile.
So maybe can ya look at OSFMount and try to fix the problem above to make OSFMount more universal
So I run:
Code:
OSFMount -a -f \\.\PhysicalDrive0 -m g: -t file
Code:
libcfile_file_read_buffer_with_error_code: unable to read from file with error: Falscher Parameter. libcfile_file_read_buffer: unable to read from file. libbfio_file_read: unable to read from file: \\.\PhysicalDrive0. libbfio_handle_read_buffer: unable to read from handle. libewf_check_file_signature_file_io_handle: unable to read signature. libewf_check_file_signature: unable to check file signature using a file handle. libcfile_file_read_buffer_with_error_code: unable to read from file with error: Falscher Parameter. libcfile_file_read_buffer: unable to read from file. libbfio_file_read: unable to read from file: \\.\PhysicalDrive0. libbfio_handle_read_buffer: unable to read from handle. libewf_check_file_signature_file_io_handle: unable to read signature. libewf_check_file_signature: unable to check file signature using a file handle. Creating device...
It is just passed as filename to CreateFile.
So maybe can ya look at OSFMount and try to fix the problem above to make OSFMount more universal
Comment