Mounting ISO under CentOS

Source: Internet
Author: User
In the past, these ISO image files were often used in Windows. we can use a virtual optical drive to load them. but there are no tools in LINUX. what should we do in Linux? First, we need to load the iso to a directory, which is used. For example, we need to temporarily load the iso file to the/mnt/ISO Directory. of course, we need to create this directory first. # Mkdir/mnt/I

In the past, these ISO image files were often used in Windows. we can use a virtual optical drive to load them. but there are no tools in LINUX. what should we do in Linux?

First, we need to load the iso to a directory, which is used.

Mount-o loop ISO file name destination directory

For example, if you want to temporarily load the iso file to the/mnt/ISO directory, you must first create this directory.

# Mkdir/mnt/ISO

Then we can load the ISO file;

# Mount-o loop/mnt/wind/xxx. iso/mnt/ISO/

# Cd/mnt/ISO/

This is equivalent to the virtual optical drive in Windows.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.