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.
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.