https://bugs.kde.org/show_bug.cgi?id=425319
Kwon-Young Choi <kwon-young.c...@hotmail.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #1 from Kwon-Young Choi <kwon-young.c...@hotmail.fr> --- Hello, First of all, the mountiso is just a frontend to `udisksctl` which means that if the iso is not mounted correctly, it is probably because of `udisksctl`. On my machine, I tried to create an HFS/Joliet iso image using `mkisofs`: ``` $ mkisofs -o test.iso -R -J -hfs test ``` where the `test` directory contains a single file. But I was not able to mount this iso using `udisksctl` (but `fuseiso` and `mount` worked). So I have the following questions: * Can you mount your iso file using only `udisksctl` commands? (you can use `udisksctl loop-setup -f image.iso` to create a loop device and `udisksctl mount --block-device /dev/loop1` to mount the loop device) * Could you provide an iso file with which I could reproduce your results? You can mail it to me directly at my email address if you want (kwon-young.c...@hotmail.fr) -- You are receiving this mail because: You are watching all bug changes.