Newbie School: how to create a virtual CD in Linux

Source: Internet
Author: User
In windows, we often use ultraISO, winISO, and other CD-making tools to create virtual discs. I love to use alcohol120 %. I feel very comfortable. Of course I can make virtual discs in linux.

In windows, we often use ultraISO, winISO, and other CD-making tools to create virtual discs. I love to use alcohol 120%. I feel very comfortable. of course, I can make virtual discs in linux, and it can be implemented without any third-party software. this is the cp command. for example, there is a windows installation disk, put it in the optical drive, and enter the following command in the linux command line terminal:

Cp/dev/cdrom windows. iso.

OK! The name of the iso image file. Note: If you run this command as root, the created image file will be placed under/root. If it is a common user, it is placed in the User Name Directory.

Mount virtual discs in linux.

If the image file name is maolin. iso, use the following command:

Mount-o loop windows. iso/mnt/cdrom

Linux kernel images and ext2 file systems are also mounted.

Use mkisofs to create a virtual disc

In fact, linux can also virtualize all the files under a directory into a CD: I want to make the files under/boot into an image file and run the following command:

Mkisofs-r-o windows. iso/boot

Well, the name of the image file is also random. Don't forget to include the iso suffix later. now, go to the directory of your name and check it. it's OK.

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.