Hi guys,
I have a system with root level access.
As far as i know each user can only show a fraction of their disk usage quota.
When i go to "Site Summary / Statistics / Logs" and select "Total Disk Usage (MB)" Details button it shows a list of disk usage.
However the home directory is not listed.
It also says the following: Systems Quotas are size 0. See this guide to fix it.
where "this" is linked to the following article:
https://help.directadmin.com/item.php?id=42
when i use this command:
theres a list of partitions, no '/home' or '/'
When i enter the first suggested command i receive the following error:
As following the article i then use the following command:
It returns the following error message.
Cannot find filesystem to check or filesystem not mounted with quota option.
Does anyone know whats going on here?
Thanks!
I have a system with root level access.
As far as i know each user can only show a fraction of their disk usage quota.
When i go to "Site Summary / Statistics / Logs" and select "Total Disk Usage (MB)" Details button it shows a list of disk usage.
However the home directory is not listed.
It also says the following: Systems Quotas are size 0. See this guide to fix it.
where "this" is linked to the following article:
https://help.directadmin.com/item.php?id=42
when i use this command:
Code:
df -h
theres a list of partitions, no '/home' or '/'
When i enter the first suggested command i receive the following error:
Code:
repquota: Mountpoint (or device) /home not found or has no quota enabled.
repquota: Not all specified mountpoints are using quota.
As following the article i then use the following command:
Code:
/sbin/quotaoff -a; /sbin/quotacheck -avugm; /sbin/quotaon -a;
It returns the following error message.
Cannot find filesystem to check or filesystem not mounted with quota option.
Does anyone know whats going on here?
Thanks!