Error with system Quotas

bahadori.embi

Verified User
Joined
May 8, 2016
Messages
8
Location
https://t.me/pump_upp
hi
when i want to restore a backup,i getting this error

<b>Error with system Quotas</b>
setquota: Mountpoint (or device) /home not found or has no quota enabled.
setquota: Not all specified mountpoints are using quota.

<a href='http://help.directadmin.com/item.php?id=42'>Debug Guide</a>

i check http://help.directadmin.com/item.php?id=42 and when i execute /usr/sbin/repquota /home command , getting this message :

repquota: Mountpoint (or device) /home not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.

df -h command result :
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 50G 2.3G 48G 5% /
devtmpfs 7.8G 0 7.8G 0% /dev
tmpfs 7.8G 28K 7.8G 1% /dev/shm
tmpfs 7.8G 9.0M 7.8G 1% /run
tmpfs 7.8G 0 7.8G 0% /sys/fs/cgroup
/dev/sda1 1014M 143M 872M 15% /boot
/dev/mapper/centos-home 965G 437M 965G 1% /home
tmpfs 1.6G 0 1.6G 0% /run/user/0
 
Hello,

Show results for

Code:
cat /proc/mounts | grep ^/dev/ | sort

Code:
repquota -a

Code:
/usr/local/directadmin/directadmin c | egrep "^(quota|ext_)"
 
Back
Top