Azure VM: Quota format not supported in kernel

Discussion in 'Kernel Questions' started by harwee, Sep 23, 2018.

  1. harwee

    harwee New Member

    Hallo zusammen,
    ich habe einen neuen ISPconfig Server unter Ubuntu 18 auf Azure gebaut. Soweit so gut, jedoch quotatool funktioniert nicht:

    root@v8:/home/harwee# quotacheck -avugm
    quotacheck: Scanning /dev/sda1 [/] done
    quotacheck: Checked 37575 directories and 307028 files
    root@v8:/home/harwee# quotaon -avug
    quotaon: using //quota.group on /dev/sda1 [/]: No such process
    quotaon: Quota format not supported in kernel.
    quotaon: using //quota.user on /dev/sda1 [/]: No such process
    quotaon: Quota format not supported in kernel.

    Hat eventuell jemand einen Tipp für mich? Danke!
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

  3. wayose

    wayose New Member

    Enable quotas in /etc/fstab with usrquota,grpquota, remount the filesystem, then run:

    1. modprobe quota_v2
    2. quotacheck -cum
    3. quotaon -vug
    That should fix the issue.
     

Share This Page