[dolphin] [Bug 425319] Mounting an ISO with multiple partitions always mounts the wrong partition
Kwon-Young Choi
bugzilla_noreply at kde.org
Thu Aug 13 23:29:48 BST 2020
https://bugs.kde.org/show_bug.cgi?id=425319
Kwon-Young Choi <kwon-young.choi at hotmail.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REPORTED |NEEDSINFO
Resolution|--- |WAITINGFORINFO
--- Comment #1 from Kwon-Young Choi <kwon-young.choi at 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.choi at hotmail.fr)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list