> 
> Couyld you please tell me how to change the kernel module loaded at
> startup?
> 


* find the drbd modules in /lib/modules/$(uname -r) ( -> find 
/lib/modules/$(uname -r) -name "drbd*" -type f)
* check module version with modinfo $module-with-full-path
* rename old module to (for example) drbd.ko.orig 
* stop drbd
* run "depmod", modprobe -r drbd, modprobe drbd


- Thomas



_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to