Home>Article>Operation and Maintenance> How to solve the problem that centos cannot find the optical drive in vmware
How to solve the problem that centos cannot find the optical drive in vmware?
What should I do if the optical drive cannot be found in the Linux virtual machine? In the hyper-v manager, I created a new Linux system, but after installing the integration service, I found that the optical drive could not be recognized after inserting the CD. What should I do? Share the solution below.
In the hyper-v manager, create a new Linux system, but after installing the integration service, I find that the optical drive cannot be recognized after inserting the CD. What should I do? A simple solution is introduced below.
Insert a CD in the hyper-v manager. As shown in the figure: Insert the Linux integrated service disk.
But the CD cannot be found in the Linux virtual machine. cd /media
# Check whether the optical drive device is mounted. Not found.
Log in to the Linux virtual machine as the root user.
Enter:
insmod /lib/modules/$(uname -r)/kernel/drivers/ata/ata_piix.ko
The disc will be displayed.
Related references:centOS tutorial
The above is the detailed content of How to solve the problem that centos cannot find the optical drive in vmware. For more information, please follow other related articles on the PHP Chinese website!