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

Update mount opts to include the "sizelimit" for remaining fstypes. … #17

Closed ldgriffin closed 7 years ago

ldgriffin commented 7 years ago

… This is necessary to avoid the mount error "overlapping loop device exists".

This did not appear necessary on Ubuntu 16.04. However on 17.04 image files containing multiple volumes failed to mount after the first volume due to the "overlapping loop device exists" mount error.