|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] modules not loadable
Hello,
your problem is not Xen specific, but a general Linux tool misunderstanding.
Am Samstag 09 Oktober 2010 11:20:30 schrieb Wolfgang Meier:
> my system: Debian Lenny 5.0.6, XEN 4.0.1, Linux xen 2.6.32.23 #1 SMP Wed
> Oct 6 15:14:09 CEST 2010 x86_64
...
> modprobe dm-snapshot.ko
> FATAL: Module dm_snapshot.ko not found.
>
> modprobe /lib/modules/2.6.32.23/kernel/drivers/md/dm-snapshot.ko
> FATAL: Module
> /lib/modules/2.6.32.23/kernel/drivers/md/dm_snapshot.ko not found.
"modprobe" simply expects the module name, that is "dm-snapshot", without any
suffix or prefixed directory. "insmod" on the other hand is responsible for
loading a singe module from a file and expects the full path name.
Sincerely
Philipp
--
Philipp Hahn Open Source Software Engineer hahn@xxxxxxxxxxxxx
Univention GmbH Linux for Your Business fon: +49 421 22 232- 0
Mary-Somerville-Str.1 28359 Bremen fax: +49 421 22 232-99
http://www.univention.de
signature.asc
Description: This is a digitally signed message part.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|