• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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