How to solve the problem that centos cannot recognize usb?
1. Add source (there is no ntfs-3g source in centos by default):
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
2. Installation:
yum install ntfs-3g
3. Illustration:
4. Restart centos
Related test: centOS tutorial
The above is the detailed content of How to solve centos cannot recognize usb. For more information, please follow other related articles on the PHP Chinese website!