Hi.
I try to mount an iso using fuseiso with the following command:
fuseiso my.iso my-iso-dir
The directory my-iso-dir exists before the command is executed. The mount succeeds but I cannot access the directory since it’s owned by root. I have seen somewhere that the current user must belong the group fuse so I created this group and added my user. Is there something else I must do to make this work?
Regards, Micke.