首页 > 代码库 > 添加vfat模块

添加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   #给权限  重启测

技术分享

 

添加vfat模块