How to Fix Quotas CPANEL
Nos logueamos cómo root por ssh y creamos los ficheros de cuotas para usuarios y grupos.
root@tpx [~]# touch /home/quota.user root@tpx [~]# touch /home/quota.group
Aplicamos los permisos;
root@tpx [~]# chmod 600 /home/quota.user root@tpx [~]# chmod 600 /home/quota.group
Vemos si sigue el error;
root@tpx [~]# quotacheck -acugv quotacheck: Cannot remount filesystem mounted on / read-only so counted values might not be right. Please stop all programs writing to filesystem or use -m flag to force checking.
En caso que nos salga el error
root@tpx [~]# quotacheck -acugvm
Con esto debe quedar y solo nos queda forzar el script.
root@tpx [~]# /scripts/fixquotas --force
Saludos










