tags: linux mount fs filesystem title: Mounting an ISO as user See [the Debian wiki](https://wiki.debian.org/ManipulatingISOs) ```plaintext $ udisksctl loop-setup -f test.iso Mapped file test.iso as /dev/loop12. $ udisksctl mount -b /dev/loop12 ```