Hi.
Situation: due to necessary journaling my iPhoto library is contained in a DMG on my QNAP. My Mac opens it on load, no issues.
However to use the iPhoto (Pictures) addon I need to mount this DMG file, with a view I wont be sharing it from the Mac.
To date I've been successful with mounting the Share directory containing the DMG onto my RPi3.
This is where I'm failing: mount -t hfs -o loop iPhoto.dmg /destinationmount
Error: mounting /dev/loop1 on HFS failed: No such device
The Image is confirmed as HFS and not compressed.
I've been following these instructions (HowTo open .dmg file (Mac Disk Images) with Linux) but have not got beyond fstab mods as dont wont to destroy my build.
Can somebody with the relevant experience tell me if all the relevant libraries are loaded that will enable me to achieve this small task, or provide instructions.
Much appreciated,