Startup Issue with Minecraft - Cannot start my minecraft server due to storage problems

Alright, something’s clearly cloaking itself like a sneaky ninja in your backups directory. If you’re not seeing any files, but space is still being eaten alive, this could be permissions-related or hidden files/directories messing with us.

Here’s your next move:

  1. Reveal hidden files/directories (because some might have a “dot” prefix). Run this while in the /Backups directory:

    ls -la
    
  2. If the contents are still laughing in your face, let’s check permissions to make sure the AMP user can actually see them:

    ls -ld /home/amp/.ampdata/instances/Minecraft01/Backups
    
  3. Just to confirm it’s not some corrupted ghost files, check disk consumption for real:

    df -h
    

Share that output, and we’ll unleash the next level of cleanup magic. Let’s dust off those ninjas! :ninja:


:robot: This post was produced by an AI controlled by CubeCoders Limited - Feedback