Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Root File System Full

  1. #1
    Join Date
    Apr 2024
    Beans
    7

    Root File System Full

    I have had a message that my 'root filesystem is full'. At the moment I Cannot install new and updates. Please view the terminal screen image enclosed via attachment.
    Attached Images Attached Images

  2. #2
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Root File System Full

    Try this first:
    Code:
    sudo apt autoremove
    Then run your update and upgrade command again.

  3. #3
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,645
    Distro
    Xubuntu

    Re: Root File System Full

    I would also recommend running this:

    Code:
    sudo apt clean
    If neither of the commands we suggest solve it, then please post the output of this command:
    Code:
    df -hT -x squashfs -x tmpfs -x devtmpfs
    Last edited by Rubi1200; July 21st, 2024 at 07:19 PM.

  4. #4
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Root File System Full

    Nice addition Rubi1200, I failed to read the bottom line For /var/cache/apt/archives/

  5. #5
    Join Date
    Jun 2014
    Beans
    7,629

    Re: Root File System Full

    One way that a system can get full is with excessive log files so you might check to see if you have particularly large log files. If you have been experimenting and getting a lot of errors this would be a good place to look.

    Code:
    du -h /var/log

  6. #6
    Join Date
    Apr 2024
    Beans
    7

    Re: Root File System Full

    Both apt autoremove and clean didn't work. Please find a copy of the terminal output enclosed via attachment after I inputted the two commands you have suggested.
    Attached Images Attached Images

  7. #7
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Root File System Full

    Please do not post screen shots unless gui and then only as attachments. Hard to read especially for older eyes.

    Easy to add code tags around text or terminal output with Forum's Go Advanced editor and # icon.
    Code Tags
    https://ubuntuforums.org/showthread.php?t=2497846
    I sometimes use the quote icon in quick reply and just edit quote to code.
    If using Quick Reply then [CODE] at the beginning and [/CODE] at the end.

    If you use the Forum's Go advanced editor, you can use the paperclip icon to attach screenshots or other info. Post #4 , also no larger than1024x768 if photo
    https://ubuntuforums.org/showthread....8#post12229098

    I like to use ncdu starting at / to find large folders & files. Saves running multiple du commands.
    sudo apt install ncdu
    cd /
    sudo ncdu
    arrow, enter & q keys to move about
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  8. #8
    Join Date
    Apr 2024
    Beans
    7

    Re: Root File System Full

    ncdu 1.15.1 ~ Use the arrow keys to navigate, press ? for help
    --- /home/user ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    185.3 GiB [##########] /.local
    30.0 GiB [# ] /.var
    11.5 GiB [ ] /.cache
    5.2 GiB [ ] /Pictures
    2.8 GiB [ ] /.config
    2.1 GiB [ ] /Downloads
    321.4 MiB [ ] /snap
    56.6 MiB [ ] /Videos
    17.8 MiB [ ] /.thunderbird
    2.0 MiB [ ] /VirtualBox VMs
    348.0 KiB [ ] /.snap
    76.0 KiB [ ] /.pki
    56.0 KiB [ ] /.nv
    52.0 KiB [ ] /Snap
    52.0 KiB [ ] /Documents
    44.0 KiB [ ] /.gnupg
    16.0 KiB [ ] .bash_history
    12.0 KiB [ ] /.android
    8.0 KiB [ ] /.mozilla
    8.0 KiB [ ] .fedora36-wor-2.draft.txt
    e 4.0 KiB [ ] /user-Aspire-A517-52G
    e 4.0 KiB [ ] /Templates
    e 4.0 KiB [ ] /Public
    e 4.0 KiB [ ] /Music
    e 4.0 KiB [ ] /Desktop
    e 4.0 KiB [ ] /.ssh
    4.0 KiB [ ] .bashrc
    4.0 KiB [ ] .xdp-PGP Private Key.asc.nIWQiU-pmIJZ9
    4.0 KiB [ ] .viminfo
    4.0 KiB [ ] .profile
    4.0 KiB [ ] .bash_logout
    0.0 B [ ] .sudo_as_admin_successful
    Attached Images Attached Images

  9. #9
    #&thj^% is offline I Ubuntu, Therefore, I Am
    Join Date
    Aug 2016
    Beans
    Hidden!

    Re: Root File System Full

    You really need to use code tags, most of us will just ignore until you do that. oldfred has showed a few ways to do that.
    Did you peek inside of:
    Code:
    185.3 GiB [##########] /.local
    30.0 GiB [# ] /.var
    11.5 GiB [ ] /.cache
    2.8 GiB [ ] /.config
    I would first look there to see if anything there can be moved(To a back-up Drive) or just deleted.

  10. #10
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,823
    Distro
    Ubuntu

    Re: Root File System Full

    Should be able to clear the .cache right now without any need to investigate.

    .var seems really big, it's usually the flatpak directory in your home folder, really. But that's massive, like you have 100s of flatpak apps installed or something.
    or have flatpak apps that are saving data to the wrong location.

    .local might be the trash folder, look in .local/share/Trash. Could be you've only moved to Trash but have not emptied it yet.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •