mount -t iso9660 -o loop foo.iso foodir
on archlinux you may get the following error
mount: could not find any device /dev/loop#
so overcome that you need to do a
modprobe loop
This is not really a blog, I just paste some random stuffs like , my common coding errors, LaTeX tips I come across etc etc .
mount -t iso9660 -o loop foo.iso foodir
mount: could not find any device /dev/loop#
modprobe loop