Samstag, 23. Februar 2008

How to mount an ISO image in linux

You can mount a standard ISO image using this command (as root):

mount -o loop image.iso /mnt/myisoedcd

Note that /mnt/myisoedcd must exist. (mkdir /mnt/myisoedcd)

The content of the ISO image is now available at /mnt/myisoecdc (as your deskop environment may already have informed you about)

Keine Kommentare: