
In the context menu, click on the “Open With Disk Image Mounter” option. Locate the ISO file that you want to mount, and right-click on it. If you are running a Linux distribution that uses Gnome as the desktop environment, you can mount an ISO file using the Gnome’s disk image mounter application. If the file system is in use, the umount command will fail to detach the file system. Unmount the ISO file by using the umount command followed by the directory where the image has been mounted: sudo umount /media/iso You can also open a file manager to view the ISO contents. To view the ISO image content, use the ls It tells the command to map a loop device to the specified ISO file and mount that device on the specified mount point.ĭon’t forget to replace /path/to/image.iso with the path to your ISO file. What is important here is the -o loop option. Mount the ISO file to the mount point by typing the following mount command: sudo mount /path/to/image.iso /media/iso -o loop Select ISO file > Next, and the tool will. Select the language, architecture, and edition of Windows, you need and select Next. In the tool, select Create installation media (USB flash drive, DVD, or ISO) for another PC > Next. Start by creating the mount point, it can be any location you want: sudo mkdir /media/iso On the Windows 10 download page, download the media creation tool by selecting Download tool now, then run the tool. The instructions on this section should work on any Linux distribution, including Ubuntu, Debian, and CentOS.
Missing windows 10 disc image tools how to#
How to Mount ISO Files using the Command Line #Ĭommand allows you to attach (mount) ISO files at a particular mount point in the directory tree.

In this tutorial, we will explain how to mount ISO files on Linux.

ISO files can be extracted using popular archive programs, mounted on a loop device, and written to a USB flash drive or blank CD disc. For example, most operating systems such as Windows, Linux, and macOS are distributed as ISO images. An ISO file is an archive file that typically contains the complete image of a CD or DVD.
