• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Disk Quota Exceeded

corydemille

New Pleskian
I am having problems with two accounts, I get the following errors:

Code:
Failed to copy files storage to destination path. stderr: filemng: Cannot open destination file '/var/www/vhosts/domain.tld/httpdocs/index.html.Chn3rn' System error 122: Disk quota exceeded stdout: filemng: Cannot open destination file '/var/www/vhosts/domain.tld/httpdocs/index.html.Chn3rn' System error 122: Disk quota exceeded

I have run the command
Code:
quotacheck -avugfm
and the output from the command
Code:
df -i
is:

Code:
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
/dev/vzfs            20000000 1542375 18457625    8% /
/dev/simfs           20000000 1542375 18457625    8% /tmp
/dev/simfs           20000000 1542375 18457625    8% /var/tmp
none                 1415577     113 1415464    1% /dev

I am at a loss, I don't know what else to try. Please help!
 
Hi corydemille,

please check the quota for the specific domain - user with the command:

quota -v ASSIGNED_USERNAME_FOR_THE_DOMAIN

Please check as well quota - limits in your subscription for the domain and adjust the limits there and maybe in your domain - settings for the FTP - user.
 
Back
Top