Home > Article > Operation and Maintenance > What to do if the optical drive cannot be found in centos system
Problem description:
The optical drive cannot be found in the Linux virtual machine. I created a new Linux system in Hyper-V Manager, but after installing the integration service, I found that the optical drive could not be found after inserting the CD.
Solution:
Use root user to log in to the Linux virtual machine
(Recommended tutorial: centos usage tutorial)
Enter the following command:
insmod /lib/modules/$(uname -r)/kernel/drivers/ata/ata_piix.ko
The disc will be displayed.
Recommended related video tutorials: linux video tutorial
The above is the detailed content of What to do if the optical drive cannot be found in centos system. For more information, please follow other related articles on the PHP Chinese website!