I mounted a ISO image with Furius ISO Mount. I cd to the mounted directory and tried to copy a file with
sudo cp file /dir
but cp writes error message
cp: cannot stat `file': Permission denied
The permissions of file are -r--r--r--
sudo chmod 777 file writes
chmod: cannot access `file': Permission denied
Do you know where the problem could be?