Skip to content

cms disk space

Jasper edited this page Apr 22, 2020 · 3 revisions

If CMS doesn't allow picture uploads anymore, check the upload request. If it returns ENOSPC: no space left on device, write, do the following:

you can use this command to find out file & folder sizes in current directory

sudo du -Pshx ./* 2>/dev/null