Title says it all. Is this possible?
Why do I want to mount an iso-image? Because it takes ages to copy 20k files to CF [digital html archive of German computer magazine c't].
Well, iLiad has got a mount binary.
On a destop PC I type:
Code:
mount -t iso9660 -o loop /path/of/image.iso /path/to/mount/to
But on iLiad this doesn't work [because I'm too stupid

]. I got a "no such device" anytime I have tried:
Code:
mount -t iso9660 -o loop /mnt/cf/iso/image.iso /mnt/cf/iso
.