Scripts
Scripts copied to clipboard
imageMounter.py doesn't implement --info
When passing -i or --info to the script and a path to the image to mount, the script fails with the following:
# imageMounter.py --info /mnt/aff/file_000.aff.raw Traceback (most recent call last): File "/usr/local/bin/imageMounter.py", line 201, in <module> main() File "/usr/local/bin/imageMounter.py", line 171, in main mnt_path = args[1] IndexError: list index out of range
The code shows no reference to using the info keyword from the options-parse.