Skip to main content

2 posts tagged with "linux"

View All Tags

Mounting ISO image file on macOS and Linux

· 2 min read
Frank Chen
Backend & Applied ML Engineer

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