Skip to main content

Command Palette

Search for a command to run...

❎How to Fix Disk Space Full Issue on WordPress Site by Mounting (Linux | PHP | WordPress Admin)" 🚀

Updated
1 min read
❎How to Fix Disk Space Full Issue on WordPress Site by Mounting (Linux | PHP | WordPress Admin)" 🚀
B

🌐 DevOps Enthusiast | Cloud & System Administrator | WordPress Expert With 2+ years of experience, I specialize in cloud infrastructure, server management, and WordPress development. At Appharu PVT. LTD., I optimize systems, reduce costs, and implement monitoring solutions. Experienced in deploying 50+ WordPress sites, AWS S3 integration, and troubleshooting technical issues, I’m focused on performance, security, and continuous learning in DevOps and automation.

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 birendra2783@gmail.com]

More from this blog

Untitled Publication

26 posts