I have a .sparseimage file that I am trying to mount on Linux. I have tried mounting with the hfs and hfsplus filesystem specified but no luck. Has anyone done this before? I have used the below commands with no luck. I am able to mount the sparseimage on my macbook pro. I am using Debian 7.
sudo mount -t hfs /image/to/mount /mount/location
sudo mount -t hfsplus /image/to/mount /mount/location