Mounting ISO image files in Linux (installed on virtual machines)

Source: Internet
Author: User

1. First, under the VM menu of the VM, click the setting sub-menu, set CD/DVD, and select the ISO file

2. Run the mount command
-T auto-O ro/dev/CDROM/mnt/CDROM for mounting. /Dev/CDROM is a Linux hardware device, that is, the optical drive. /Mnt/CDROM indicates a directory of the Linux system, indicating to mount the device content to this directory. If you only perform the Mount operation, the parameter-T
Auto-O ro can be omitted.

Linux hardware is located in the/dev directory, and the optical drive is also included.

/Dev/CDROM indicates the optical drive, and the root identity of the optical drive is mounted to log on.

View the folder/dev/



The attached commands can also be written as follows:

Mount
-T auto-O ro/dev/HDC/mnt/CDROM

Note:

When uninstalling, remember to exit the/mnt/CDROM directory to succeed.


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.