We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
"failed to writed file to disk" problem
-
- Posts: 4
- Joined: Thu Aug 31, 2017 8:49 am
"failed to writed file to disk" problem
Hi,
I have used VestaCP for 6 month now. I also have several website running with wordpress.
However, this couple of days, everytime I tried to upload image of file I get "failed to writed file to disk",
I have checked the file permission via ftp, all file permission was okay, nothing change.
I also checked where my VestaCP hosted, and they said I have unlimited storage.
max_file_upload has been set to 200mb and the file that I tried to upload is really small, it's less then 30kb.
The same happened when I tried upload the file through ftp, I get an error message "error while writing: received failure with description 'failure'"
What is causing that problem, because it's working fine for last 6 month.
Many thanks
Tirah
I have used VestaCP for 6 month now. I also have several website running with wordpress.
However, this couple of days, everytime I tried to upload image of file I get "failed to writed file to disk",
I have checked the file permission via ftp, all file permission was okay, nothing change.
I also checked where my VestaCP hosted, and they said I have unlimited storage.
max_file_upload has been set to 200mb and the file that I tried to upload is really small, it's less then 30kb.
The same happened when I tried upload the file through ftp, I get an error message "error while writing: received failure with description 'failure'"
What is causing that problem, because it's working fine for last 6 month.
Many thanks
Tirah
Re: "failed to writed file to disk" problem
There is no such thing as "unlimited storage". Be aware of hosts that sell using that.
It sounds like your out of disk space or you've reached your quota. This is a question for your host, not this forum.
It sounds like your out of disk space or you've reached your quota. This is a question for your host, not this forum.
Re: "failed to writed file to disk" problem
Phogo is right, check your disk space
Code: Select all
df -h
df -i
-
- Posts: 4
- Joined: Thu Aug 31, 2017 8:49 am
Re: "failed to writed file to disk" problem
Previously, I did check with the host, and they said the storage is unlimited. I also saw on the vesta control panel, there are no notification about storage reach the limit.Phogo wrote:There is no such thing as "unlimited storage". Be aware of hosts that sell using that.
It sounds like your out of disk space or you've reached your quota. This is a question for your host, not this forum.
-
- Posts: 4
- Joined: Thu Aug 31, 2017 8:49 am
Re: "failed to writed file to disk" problem
Ok I will try this, I have not check directly using root.skurudo wrote:Phogo is right, check your disk spaceCode: Select all
df -h df -i
Thanks
-
- Posts: 4
- Joined: Thu Aug 31, 2017 8:49 am
Re: "failed to writed file to disk" problem
Here are the result.tirahwawas wrote:Ok I will try this, I have not check directly using root.skurudo wrote:Phogo is right, check your disk spaceCode: Select all
df -h df -i
Thanks
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: "failed to writed file to disk" problem
May be do a
chown -R <vestauser>:<vestauser> /home/<vestauser>/web/<sitedomain>/public_html
through SSH and the try ?
Looks more like a permission problem
chown -R <vestauser>:<vestauser> /home/<vestauser>/web/<sitedomain>/public_html
through SSH and the try ?
Looks more like a permission problem
Re: "failed to writed file to disk" problem
There is no freespace on the /home filesystem.
It is emergency. You need or to remove some unused files, or to extend the storage.
It is emergency. You need or to remove some unused files, or to extend the storage.
-
- Support team
- Posts: 1096
- Joined: Sat Sep 06, 2014 9:58 pm
- Contact:
- Os: Debian 8x
- Web: apache + nginx
Re: "failed to writed file to disk" problem
As per df-h result posted, that's not the case I think. It clearly show 50G-17G=31GB Free space.gecube_ru wrote:There is no freespace on the /home filesystem.
It is emergency. You need or to remove some unused files, or to extend the storage.
However, his tmpfs (3.9G 0% left) seems to be full which might be the case.
A reboot should help you get rid of it, but you might want to investigate what is filling it in
Last edited by mehargags on Tue Sep 05, 2017 12:08 pm, edited 1 time in total.
Re: "failed to writed file to disk" problem
The /home filesystem is a place where all sites are stored with their temporary files. So 13MB free space on /home is really the big issue!!!
tmpfs is interesting question too.
tmpfs is interesting question too.