test.iso is on NFS server # mount -o loop test.iso /mnt test.iso: Permission denied Why?
Ans: because no "-o ro" assumes "-o rw", if you don't have wirte permission on NFS, this problem occured. try # mount -o loop,ro test.iso /mnt