simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.11k stars 187 forks source link

detect disk full #128

Closed simsong closed 3 years ago

simsong commented 4 years ago

bulk_extractor should detect that the disk is full, wait for all of the threads to exit, and then abort, telling the user to move the output directory to a new drive and restart. "disk full" should probably be a disk with less than 100MB of disk space left, which gives space for the workers to drain. If free space goes to 0, abort immediately.

simsong commented 3 years ago

Implemented.