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.