1,以root用户登陆 先加载USB模块 modprobe usb-storage 用fdisk -l 看看U盘的设备 假如U盘是sda1 2,确定在 目录 /mnt 下建立了 文件夹 /usb,如果未建立可键入一下命令:mkdir /mnt/usb_disk,成功后进行下一步。 3,载入 u 盘, ...
分类:
系统相关 时间:
2019-08-13 13:41:17
阅读次数:
112
问题描述 解决办法 使用sudo vmware-networks –start查看是否能够启动网络 使用命令sudo modprobe vmnet 重新启动网络成功 VMware成功启动 ...
分类:
系统相关 时间:
2019-07-09 09:27:52
阅读次数:
577
#!/bin/bash export PATH=/sbin:/usr/sbin:/bin:/usr/bin #加载相关模块 modprobe iptable_nat modprobe ip_nat_ftp modprobe ip_nat_irc modprobe ip_conntrack modpr ...
分类:
其他好文 时间:
2019-07-04 09:46:25
阅读次数:
115
Linux-kernel-module 目录 1. kernel module 2. Linux kernel module 2.1 管理模块的实用程序。 2.1.1 depmod 选项 2.1.2 modprobe 选项 2.1.3 modinfo 选项 2.2 内核目录 2.3 查看linux内 ...
分类:
系统相关 时间:
2019-06-29 19:13:07
阅读次数:
184
无论是centos,还是ubuntu都可以直接安装,源里都有 centos: 1 yum -y install ipmitool ubuntu: 1 apt-get -y install ipmitool 内核加载 1 sudo modprobe ipmi_msghandler 2 sudo mod ...
分类:
其他好文 时间:
2019-06-28 16:44:21
阅读次数:
149
cd ChelsioUwire-3.9.0.0 make toe_install rmmod csiostor cxgb4i cxgbit iw_cxgb4 chcr cxgb4vf cxgb4 libcxgbi libcxgb modprobe t4_tom cat /sys/kernel/deb ...
分类:
其他好文 时间:
2019-06-21 09:46:54
阅读次数:
181
cd ChelsioUwire-3.9.0.0 make iscsi_pdu_initiator_install rmmod csiostor cxgb4i cxgbit iw_cxgb4 chcr cxgb4vf cxgb4 libcxgbi libcxgb modprobe cxgb4i isc ...
分类:
其他好文 时间:
2019-06-21 09:29:09
阅读次数:
130
#加载驱动 服务器:modprobe xprtrdma modprobe svcrdma 客户端:modprobe xprtrdma #配置nfs 服务器:/home/in 192.168.1.1/24(rw,sync,no_root_squash) vim /etc/exports exportf ...
分类:
其他好文 时间:
2019-06-21 09:24:07
阅读次数:
105
cd ChelsioUwire-3.9.0.0 make iwarp_install #卸载inbox模块 rmmod csiostor cxgb4i cxgbit iw_cxgb4 chcr cxgb4vf cxgb4 libcxgbi libcxgb #加载iwarp驱动 modprobe cx ...
分类:
其他好文 时间:
2019-06-21 09:23:11
阅读次数:
108
[root@kvm-hypervisor ~]# cat /etc/modprobe.d/kvm-nested.conf options kvm-intel nested=1 options kvm-intel enable_shadow_vmcs=1 options kvm-intel enabl... ...
分类:
其他好文 时间:
2019-05-23 17:05:24
阅读次数:
134