how to mount a writable loopback image as easily as we can create it?

To create a image we just run gnome-disks and then format it. And the 1st time it will be (auto?) mounted writable.

but after that, I can only mount it readonly with the "open with disk image mounter" on nemo!


Solution 1:

the "open with disk image mounter" I found with locate mounter.
grep Exec /usr/share/applications/gnome-disk-image-mounter.desktop
it has a writable option, so add this custom openWith command:
gnome-disk-image-mounter -w %U
(better keep the other, without -w, as default tho)