Mounting ISO image file on macOS and Linux
· 2 min read
For viewing the content of the ISO image file like *.iso
, we can mount it to filesystem and loop up its contained files.
Mounting the ISO image file in linux is much easier than doing in macOS. Because ISO use ISO9660
file system while the hdiutil
in macOS does not support it originally. That will require more steps to implement in comparison with one command like mount
in Linux.
How to mount iso image in Linux
osx - Can a Mac mount a Debian install CD? - Unix & Linux Stack Exchange