Skip to main content

account quotas wrong

Comments

2 comments

  • upsforum
    this is my fstab # /dev/md2 / ext3 errors=remount-ro,usrjquota=quota.user,jqfmt=vfsv0 0 1 /dev/md3 /home ext4 errors=remount-ro 1 2 /dev/sda4 swap swap defaults 0 0 /dev/sdb4 swap swap defaults 0 0 /swapfile2 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 tmpfs /dev/shm tmpfs defaults 0 0 devpts /dev/pts devpts defaults 0 0
    0
  • cPanelMichael
    /dev/md3 /home ext4 errors=remount-ro 1 2

    Hello, It looks like quotas are not enabled on your /home partition (there's no usrquota mount option in your output). You can check with your provider or with the documentation from your OS to see the specific entry you should use to enable quotas on that partition. Thank you.
    0

Please sign in to leave a comment.