Mounter filesystem on directory /tmp
mkdir /tmp/tmpmnt sudo mount disk.img /tmp/tmpmnt ls -al /tmp/tmpmnt
Umount filesystem
sudo umount /tmp/tmpmnt