Mount ISO file on MACOS
- how to mount an iso file on MACOS ?
[[ -d tmp ]] && mkdir tmp
hdiutil attach -nomount debian-12.2.0-arm64-netinst.iso && \
mount -t cd9660 /dev/disk5 ./tmp/
[[ -d tmp ]] && mkdir tmp
hdiutil attach -nomount debian-12.2.0-arm64-netinst.iso && \
mount -t cd9660 /dev/disk5 ./tmp/