Announcement

Collapse
No announcement yet.

No filesystems with quota detected

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • No filesystems with quota detected

    Hi
    Quota is enabled but I have this problem:

    Code:
    journaled quota support: kernel supports, user space tools supports (available)
    UUID=503eb818-43c7-4160-8b1a-e80a99474531 (already configured quotas = 1).
    UUID=71297e82-2192-4b3c-94ba-697e861015c3 (already configured quotas = 0).
    Updating Quota Files..........Done
    Quotas have been enabled and updated.
    CloudLinux system detected: adding/checking 'rootflags=uquota' to /boot/grub2/grub.cfg
    Reading package gwaya_Basic
    No filesystems with quota detected.
    Resetting quota for adventure to 3072 M
    No filesystems with quota detected.
    How to fix quota please ?​

  • #2
    Hi,
    Are you sure quota is enabled? Please show the output of:

    Code:
    cat /proc/mounts | grep quota | head
    I guess there will be no output. And most likely the solution will be to enable quotas per cPanel guide: https://documentation.cpanel.net/dis...+to+Fix+Quotas

    Comment


    • #3
      cat /proc/mounts | grep quota | head
      /dev/md3 / xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,n oquota 0 0
      /dev/md2 /boot xfs rw,relatime,attr2,inode64,logbufs=8,logbsize=32k,n oquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton xfs rw,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton/lib xfs ro,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton/lib64 xfs ro,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton/opt xfs rw,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton/usr/include xfs ro,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton/usr/lib xfs ro,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton/usr/lib64 xfs ro,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0
      /dev/md3 /usr/share/cagefs-skeleton/usr/local/apache/domlogs xfs rw,nosuid,relatime,attr2,inode64,logbufs=8,logbsiz e=32k,noquota 0 0​

      Comment


      • #4
        It appears you do not have quotas enabled, it all says noquota. Please try to follow the link I provided.

        Comment


        • #5
          Not working.

          Comment


          • #6
            What is the output of `repquota -a`?

            Anyway, the subject is about how to enable quotas on general linux system. Please try following this another cPanel guide: https://support.cpanel.net/hc/en-us/...-enable-quotas

            Comment


            • #7
              Originally posted by bogdan.sh View Post
              What is the output of `repquota -a`?

              Anyway, the subject is about how to enable quotas on general linux system. Please try following this another cPanel guide: https://support.cpanel.net/hc/en-us/...-enable-quotas
              repquota -a
              Nothing.

              Comment


              • #8
                Yes, that indicates quotas are not enabled. Have you followed the guide?

                Comment


                • #9
                  I reinstalled the server with file system ext4.

                  Comment

                  Working...
                  X