Re: How to mount ISO image file as a filesystem?

Mr. James W. Laferriere (babydr@baby-dragons.com)
Mon, 3 Jan 2000 20:25:27 -0800 (PST)


On Tue, 4 Jan 2000, Jean-Miel Lee (Xiang Ji-ye) wrote:
> First to do:

> file cdimage.iso
> if system said that the file is an iso image, you could just mount it using
> loop.

Don't count on 'file' giving you the info you are looking for
in this context . Try doing a 'file 'redhat-sparc.iso image
on an ix86 system . then attempt to 'file 'redhat-alpha.iso
to see what it gives you this time . I'll waiger they'll each
be differant . When on my sparc-rh6.1 . I get for each type :

$ file rh61alpha/redhat-6_1-alpha.iso
rh61alpha/redhat-6_1-alpha.iso: data

$ file rh61sparc/sparc-6_1.iso
rh61sparc/sparc-6_1.iso: Sun disk label 'SPARC bootable
CD-ROM: Red Hat Linux/sparc 6.1' 0 blocks, boot block present

$ file rh61x86/redhat-6_1-i386.iso
rh61x86/redhat-6_1-i386.iso: ASCII text

Twyl, JimL

> mount -o loop,ro cdimage.iso /mnt
>
>
> hope it useful.
>
> Jean
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/
>

+----------------------------------------------------------------+
| James W. Laferriere | System Techniques | Give me VMS |
| Network Engineer | 25416 22nd So | Give me Linux |
| babydr@baby-dragons.com | DesMoines WA 98198 | only on AXP |
+----------------------------------------------------------------+

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/