Xen 3.0 From Binaries In Ubuntu 6.06 LTS (Dapper Drake) mount errors - EVMS?

Discussion in 'HOWTO-Related Questions' started by voipfc, Apr 11, 2007.

  1. voipfc

    voipfc New Member

    After installing Xen 3.0.3 on a Ubuntu 6.06 system trying to mount partitions on the second hard disk fails.

    Googling shows that it may be lvm or device mapper related. EVMS also showed up as mentioned in the howto's comments.

    How can disable I EVMS to see if it will fix the problem?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    If you know the exact name of the module, you can remove it like this:
    Code:
    modprobe -r module_name
    If it's listed in /etc/modules, comment it out so that it won't be loaded the next time you boot the system.
     
  3. voipfc

    voipfc New Member

  4. falko

    falko Super Moderator Howtoforge Staff

    I think it's used by LVM. You shouldn't remove it if you use LVM.
     
  5. voipfc

    voipfc New Member

    I have eventually been able to fix the problem by disabling the dm_mod module in modules.dep

    I am not using raid or dm_mod?

    Are there any downsides if dm_mod is disabled?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Do you see any error messages in the
    Code:
    dmesg
    output? If not, everything should be ok. :)
     

Share This Page