Saturday, September 27, 2008

Mount ISO images in Linux

The fuseiso command can be used to mount ISO images. Make sure you have fuseiso installed, then to mount run: fuseiso file.iso mountpoint/ And to unmount: fusermount -u mountpoint/

Sources

  • man fuseiso
  • man fusermount

No comments:

Post a Comment