Thursday, September 30, 2010

Mount an iso file in linux

mount -o loop /path/to/file.iso /mnt/iso

-o loop: specifies mounting the iso as a loopback device

/path/to/file.iso is the source file

/mnt/iso is the mount point on the filesystem

No comments: