Forum Discussion

unavailable's avatar
Apr 07, 2023
Solved

Disk space full

Hi Team, recently on my F5 appears this error : Disk partition / has only 1% free I have deleted some old files, I removed ucs backup and save it from another device, but the problem was not fixed...
  • CeinarF's avatar
    Apr 07, 2023

    Hello,

    removing ucs didn't fix your problem because ucs are in another filesystem (they are stored normally in /var/local/ucs).

    You pasted a single line of the "df" command output that contains every filesystem configured in the F5 system. You have to search in paths not included in other partition. You can do it "manually" moving through the / filesystem or you can move to the / directory then use "du -ahx" to generate a full list of the partition files with their size.

    The list should be quite long, so I suggest to collect the output in a text file using "du -ahx > list.txt"

    BR

    Fabio