Debian6报错mptctl模块丢失 Posted on 2012/11/03 by neohope — No Comments ↓ 1、查看设备是否存在 #执行发现设备不存在 ls /dev | grep mpt mpt-status #新建设备 mknod /dev/mptctl c 10 220 2、手动加载模块 modeprobe mptctl lsmod | grep mpt 3、自动加载模块 编辑/etc/moduels,增加一行 mptctl 4、重启搞定 Share the post "Debian6报错mptctl模块丢失" FacebookGoogle+LinkedInTwitterWeiboE-mail