ใช้ได้ทุก Distro เพราะว่าคำสั่งนี้อยู่ใน Kernel
ก็ตาม Title เลยนะครับ
Solution :
mount -o loop -t iso9660 <Path to iso files> <destination directory>
Example :
mount -o loop -t iso9660 /home/brunellus/foo.iso /home/brunellus/bar
Ref : ubuntuforums.org
Thanks to brunellus for the explanations