• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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