What is the correct way to mount a disk image so all users (guest included) are able to access it?
I'm currently stuck after mounting it with:
sudo mount -o loop,users,ro,offset=262145048576 '/path/Disk Image.img' '/media/guest-Folder/Disk'
My normal user session can access it, but on a guest session I get an error: "This location could not be displayed. You don't have the permissions necessary to view the contents of Disk" while trying to view the contents in Nautilus.