You are not logged in.
Pages: 1
I'm trying to use LVM: https://wiki.archlinux.org/index.php/LVM. For some commands to work, I need to load the dm_mod module. I have the core/device-mapper package installed. However, `modprobe dm_mod` doesn't load anything. How can I load `dm_mod`?
Last edited by gsingh93 (2015-08-30 22:55:14)
Offline
It's probably already loaded. What is the output of:
$ lsmod | grep dm_mod
Offline
The output is empty.
Offline
What is the output of:
# modprobe -v dm_mod
Last edited by Head_on_a_Stick (2015-08-30 22:45:16)
Freedom for Öcalan!
Offline
Are you running the standard Arch kernel?
Have you recently updated the kernel but forgot to reboot? Compare the output of "uname -a" with "pacman -Q linux".
Offline
Ugh, that was it, I needed to reboot. Thanks for the help.
Offline
Pages: 1