Pages

Thursday, March 28, 2013

Remove kvm module linux temporarily

Remove kvm module linux temporarily

Step 1 : Detect whether kvm module is loaded already.


[root@localhost ~]# lsmod |grep kvm

kvm_intel              53484  0
kvm                   316506  1 kvm_intel


 Step 2:  Now remove the loaded kvm module temporarily.

rmmod kvm

rmmod kvm_intel

Step 3 : Now check the list of loaded modules. Here the removed module
will not be listed

lsmod |grep kvm

No comments:

Post a Comment