添加vfat模块

1、添加vfat模块,并实现模块自动载入。

          modprobe vfat     #载入模块   -r是删除

          cat /usr/lib/systemd/rhel-loadmodules #查看文档

          vi /etc/rc.modules     #编辑自动载入文件

              /use/sbin/modprobe vfat  #写入  绝对路径

          chmod +x /etc/rc.modules   #给权限  重启测

原文地址:https://www.cnblogs.com/han1094/p/6351799.html