What to do if the optical drive cannot be found in centos system

王林
Release: 2020-03-23 11:51:16
Original
5569 people have browsed it

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

What to do if the optical drive cannot be found in centos system

(Recommended tutorial: centos usage tutorial)

Enter the following command:

insmod /lib/modules/$(uname -r)/kernel/drivers/ata/ata_piix.ko
Copy after login

What to do if the optical drive cannot be found in centos system

The disc will be displayed.

What to do if the optical drive cannot be found in centos system

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!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!