Re: FC-6-x86_64-DVD.iso: "No ISO imgage"



On Mon, 20 Nov 2006 09:19:07 +0100, Rüdiger Wenzel wrote:
kurt wrote:

mount -o loop -t iso9660 iso-image /path/to/directory

Hi Kurt,
thanks for your posting - but I cant mount that .... ISO-image to any
directory. The Error-massage says:

-- mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error

Here try this

mount -t auto -o ro,loop=/dev/loop0 your_iso_image_name_here /mnt/cdrom
.