Thursday, January 22, 2009

mounting iso files in linux

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