❎Disk space full issue 🚀| wordpress site | php | Linux | wordpress admin |

❎Disk space full issue 🚀| wordpress site | php | Linux | wordpress admin |

Users were unable to upload contents from the admin panel.

Event Description and solution:

  • Informed that the site-admin were unable to upload photos from the admin-panel.

  • The website was being browsed well

  • Identified the disk full issue on the lokpath.com server.

  • Added 15 GB storage from digitalocean volume.

  • Stopped all the services using the volume

    i.e

    • lshttpd (litespeed)

    • lscpd (cyberpanel)

  • Running the file system check but was not successful, showed the disk was being used.
    - e2fsck -f /dev/disk/by-id/scsi-0DO_Volume_lokpathcpvolume

  • Restarted the server once

  • Started the process again serially:
    stopped all the services

    • unmounted the volume

    • umount /home

    • ext4 file system check

    • e2fsck -f /dev/disk/by-id/scsi-0DO_Volume_lokpathcpvolume

  • expand the partition

    • resize2fs /dev/disk/by-id/scsi-0DO_Volume_lokpathcpvolume
  • Confirmed that it was working with df -h

[note: if you can’t understand or need any help you can mail me at ]