Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Xen PV - How to enable quota on Ubuntu 12.04
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Xen PV - How to enable quota on Ubuntu 12.04

Hello,

I have xen pv with fresh virtualmin installed on Ubuntu 12.04. Everytime I click to enable the Quota feature it always error.

It'a said "Quota format not supported in kernel." I have tried to install the virtual kernel but still error.

Does Ubuntu not support this quota feature? Thanks...

Comments

  • IkoulaIkoula Member, Host Rep
    edited January 2015

    Hello,

    It might be obvious but did you installed xen tools ?

    Can check if you have /dev/root file ?

  • charliecharlie Member, Host Rep

    HI,

    Please run uname -a command, and paste the result.

  • 3MHoster3MHoster Member
    edited January 2015

    Do a aptitude install linux-image-extra-virtual.

    And then run the below as usual (to enable quotas):

    modprobe quota_v1 modprobe quota_v2 rm /quota.user && rm /quota.group quotacheck -avugm quotaon -avug

    EDIT: If the above didn't work, can you please run uname -ar and reply with the output?

  • Hello,

    Thank you for the reply..
    It workss....... my fault still choose to boot from the old kernel.. After manually update the booted kernel on menu.lst.. quota is now working..

    Now using Kernel version 3.2.0-75-virtual #110-Ubuntu SMP

Sign In or Register to comment.