You are not logged in.

#1 2015-08-30 22:12:04

gsingh93
Member
Registered: 2013-07-19
Posts: 96

[SOLVED] How to load dm_mod module?

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

#2 2015-08-30 22:18:38

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,163

Re: [SOLVED] How to load dm_mod module?

It's probably already loaded. What is the output of:

$ lsmod | grep dm_mod

Offline

#3 2015-08-30 22:39:39

gsingh93
Member
Registered: 2013-07-19
Posts: 96

Re: [SOLVED] How to load dm_mod module?

The output is empty.

Offline

#4 2015-08-30 22:45:05

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,553
Website

Re: [SOLVED] How to load dm_mod module?

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

#5 2015-08-30 22:51:38

twelveeighty
Member
From: Alberta, Canada
Registered: 2011-09-04
Posts: 1,163

Re: [SOLVED] How to load dm_mod module?

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

#6 2015-08-30 22:55:38

gsingh93
Member
Registered: 2013-07-19
Posts: 96

Re: [SOLVED] How to load dm_mod module?

Ugh, that was it, I needed to reboot. Thanks for the help.

Offline

Board footer

Powered by FluxBB