Recipe: How do I mount an SD card image that has multiple partitions?

All credits and original text can be found at http://bharath.lohray.com/weblog/how-do-i-mount-an-sd-card-image-that-has-multiple-partitions/ Mounting an image of a file system is pretty simple – $ sudo mount imageFile.img mountpointFolder/ However, this will fail to work if the image file has multiple partitions. In my case the image of an sd card that I created by – $ sudo …