ralphje / imagemounter

Command line utility and Python package to ease the (un)mounting of forensic disk images
MIT License
118 stars 36 forks source link

Add support for segmented images with > 3 character extensions #22

Closed jdossett closed 7 years ago

jdossett commented 7 years ago

Currently, imagemounter won't mount split images where the segments are denoted by 4 character extensions (eg: image.0001). I think this is a quick and simple change 2 line change to _utils.py, but may be missing something.