Error with system Quotas

Mellisa

Verified User
Joined
May 19, 2021
Messages
6
Hello,
can you help me for fix this issue.
i have see https://help.directadmin.com/item.php?id=42
but i cannot fix this issue. [
root@demo ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 136K 3.9G 1% /dev/shm
tmpfs 3.9G 8.5M 3.9G 1% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda2 196G 5.5G 181G 3% /
/dev/sda1 969M 150M 753M 17% /boot
tmpfs 783M 0 783M 0% /run/user/0
[root@demo~]#
[root@demo ~]# /usr/sbin/repquota /home
repquota: Mountpoint (or device) /home not found or has no quota enabled. repquota: Not all specified mountpoints are using quota.
[root@demo~]#
 
Try:
Code:
/usr/sbin/repquota /

You don't seem to have /home partition :)
 
Try:
Code:
/usr/sbin/repquota /

You don't seem to have /home partition :)
Dear Sir,
[root@demo ~]# /usr/sbin/repquota /
repquota: Mountpoint (or device) / not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
[root@demo ~]#
can you share more information about fix this issue :) ?
 
Try:
Code:
/usr/local/directadmin/custombuild/build grub_conf

Reboot after (it should ask for this).
 
Try:
Code:
/usr/local/directadmin/custombuild/build grub_conf

Reboot after (it should ask for this).
Dear Sir
see this result
[root@demo~]# /usr/local/directadmin/custombuild/build grub_conf
No grub changes needed.
[root@demo ~]#
after reboot
.
.
still get error
Error with system Quotas
setquota: Mountpoint (or device) / not found or has no quota enabled.
setquota: Not all specified mountpoints are using quota.
 
Can you check your /etc/fstab file and see if there is anything present stating quota is enabled?
When not XFS it should read something like this behind a partition:
Code:
usrquota,grpquota

When you don't have xfs quota and you don't have such statement anywhere, then quota is not enabled at all.

Maybe you can display your /etc/fstab content here, and indeed state your OS.
 
what's your OS version and quota type

Could you confirm that it' not "xfs quota" ?
Hello,
[root@demo~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
.
.
.
.
[root@demo ~]# df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 960K 3.9G 1% /dev/shm
tmpfs 3.9G 41M 3.8G 2% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda2 196G 6.4G 180G 4% /
/dev/sda1 969M 150M 753M 17% /boot
tmpfs 783M 0 783M 0% /run/user/0
.
.
.
[root@demo ~]# mount | grep ' / '
/dev/sda2 on / type ext4 (rw,noatime,data=ordered)
[root@demo~]#
.
.
.
 
Can you check your /etc/fstab file and see if there is anything present stating quota is enabled?
When not XFS it should read something like this behind a partition:
Code:
usrquota,grpquota

When you don't have xfs quota and you don't have such statement anywhere, then quota is not enabled at all.

Maybe you can display your /etc/fstab content here, and indeed state your OS.
Dear Sir,
[root@demo~]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
.
.
.
[root@demo ~]# /etc/fstab
-bash: /etc/fstab: Permission denied
its working @
 
Back
Top