Skip to content
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

how to do with suspend and resume of acquisition now? #105

Closed
dijiang opened this issue Aug 9, 2018 · 8 comments
Closed

how to do with suspend and resume of acquisition now? #105

dijiang opened this issue Aug 9, 2018 · 8 comments
Assignees
Labels

Comments

@dijiang
Copy link

dijiang commented Aug 9, 2018

as you mensioned on issue #7 add functionality to support user suspend and resume of acquisition , i need this functionality, is there any suggestion for me or how to realize it ?

@joachimmetz
Copy link
Member

There is no functionality to suspend, there is only functionality to resume after a crash.

@joachimmetz
Copy link
Member

i need this functionality, is there any suggestion for me or how to realize it ?

implement it, or hire someone to implement it for you

@joachimmetz joachimmetz self-assigned this Aug 9, 2018
@dijiang
Copy link
Author

dijiang commented Aug 9, 2018

i am tring to implement it , based on your code , god bless me :)

@joachimmetz
Copy link
Member

let's do a step back first then, where are planning to implement this? and how does this process going to look from a user perspective? Ctrl^C when running ewfaquire?

@dijiang
Copy link
Author

dijiang commented Aug 9, 2018

my condition is that,i need to get raw image date from remote client . so the raw date is passed by net . when i get the raw date i use the lib to write in the format of ewf , somewhat like ewfaquirestream ( get the whole raw image then convert to ewf sometimes may be impossiable duo to the size of local disk ) , in the duration of passing date by net, user may suspend it ,close the program or net is wrong. so i need to support resume.
my plan is that, recored all the status by a config, and recover from the config to continue write ,and not write tail until true completed...

@joachimmetz
Copy link
Member

In a separate tool or in ewfaquire? The quick and dirty way would be

  • create an EWF image (or other temporary format) for every session and track that somewhere
  • merge the sessions into a single EWF file when you have all the sessions

Not really suspend - resume but might give you the same functionality

For now the library does not provide you the interfaces to easily control the format for the suspend as you have it in mind. The resume currently also requires the full source disk

@dijiang
Copy link
Author

dijiang commented Aug 9, 2018

thank you for your patience and suggestions...
for further,i need to study and think more

@joachimmetz
Copy link
Member

ack, closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants