libyal / libewf

Libewf is a library to access the Expert Witness Compression Format (EWF)
GNU Lesser General Public License v3.0
263 stars 76 forks source link

Where are E01 files stored? #195

Closed zsymdsy closed 9 months ago

zsymdsy commented 9 months ago

I used the libewf library to generate two files in a multi-threaded environment, one is E:\Test3. E01, and the other is G:\Test4. E01. After generating them, I found that both files exist in the E:\ directory, but there are no files in the G:\ directory.

joachimmetz commented 9 months ago

@zsymdsy can you be more specific about the actual test configuration and commands you ran?

zsymdsy commented 9 months ago

@zsymdsy can you be more specific about the actual test configuration and commands you ran?

  1. Use multiple threads to generate multiple E01 files.
  2. Set the path of each E01 file to be saved in the root path of different partitions. Each partition has enough free space. Other than that, there is nothing else to configure.
joachimmetz commented 9 months ago
Use multiple threads to generate multiple E01 files.
Set the path of each E01 file to be saved in the root path of different partitions. Each partition has enough free space.
Other than that, there is nothing else to configure.

Not sure what you mean with this, ewfaquire will only create 1 E01 file per storage media image

@zsymdsy if you don't provide me representative examples I cannot help you.

zsymdsy commented 9 months ago

Use libewf's api programming instead of using ewfaquire. And implement the above two conditions in the code.

joachimmetz commented 9 months ago

Without the actual code and/or necessary context on how you are using the library, I am not able to help you. Are you using the same handle ?

joachimmetz commented 9 months ago

I'll close this issue unless you are able provide me the necessary details, I don't have time for these back-and-forths.

joachimmetz commented 9 months ago

Unable to action this due to reporter unable to describe necessary context.

Per README Work in progress "Multi-threading support" and "experimental". Closing issue.