Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Linux
  3. I freed 30GB using Filelight

I freed 30GB using Filelight

Scheduled Pinned Locked Moved Linux
linux
130 Posts 90 Posters 390 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • ? Guest

    @MrSoup @bricked
    I know but was was the parameter for 'force recursive' ?

    O This user is from outside of this forum
    O This user is from outside of this forum
    [email protected]
    wrote on last edited by
    #90

    It doesn't mean For Real? Jk

    1 Reply Last reply
    0
    • D [email protected]

      The always huge and killing my system space:

      • pacman cache
      • docker bullshit
      • flatpaks
      • journalctl files!
      M This user is from outside of this forum
      M This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #91

      In case you don't already know about it, paccache (part of the pacman-contrib package) will let you easily remove old packages from the pacman cache

      1 Reply Last reply
      0
      • S [email protected]

        And that's all, I'm happy since I was out of space.

        X This user is from outside of this forum
        X This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #92

        GDU: http://i.xno.dev/u/WWyrND.png

        1 Reply Last reply
        0
        • P This user is from outside of this forum
          P This user is from outside of this forum
          [email protected]
          wrote on last edited by
          #93

          My little widget to get the weather, Blazing Fast Uber Duper made in Rust, has like 85 total dependencies from like 3 crates that I need...

          My own software is a hard pass for myself...

          That's great!

          Another thing that is great, since we are talking about disk space: people, check your Rust repositiry, it might be huge.

          I deleted that folder and, in my case, freed 12gb. Not too shabby.

          1 Reply Last reply
          0
          • ? Guest

            No one showing love for ncdu around here?

            F This user is from outside of this forum
            F This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #94

            Ncdu is my go-to tool. Can't live without it on the servers I administer. However from this thread I've also learned about gdu and diskonaut, that I need to check out.

            1 Reply Last reply
            0
            • ? Guest

              I'm à qdirstat guy : https://github.com/shundhammer/qdirstat

              F This user is from outside of this forum
              F This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #95

              I believe FileLight (in OP above) is a fork of or built on top of QDirstat.

              1 Reply Last reply
              0
              • S [email protected]

                And that's all, I'm happy since I was out of space.

                S This user is from outside of this forum
                S This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #96

                I like Bleachbit but I'll check this out

                1 Reply Last reply
                0
                • eskuero@lemmy.fromshado.wsE [email protected]

                  Clean all the cache downloads of Arch Linux Packages

                  pacman -Scc

                  Remove unused docker networks and images

                  docker system prune --all

                  Cleanup untracked git files that might be in .gitignore such as build and out directories (beware of losing data, use "n" instead of "f" for a dry run)

                  git clean -xdf

                  Do an aggresive pruning of objects in git (MIGHT BE VERY SLOW)

                  git gc --aggressive --prune=now

                  Remove old journal logs, keeping last seven days

                  journalctl --vacuum-time 7days

                  Remove pip cache

                  pip cache purge

                  I This user is from outside of this forum
                  I This user is from outside of this forum
                  [email protected]
                  wrote on last edited by
                  #97

                  I can see you're not using Flatpak, the destroyer of disk space. Nice list though!

                  ? 1 Reply Last reply
                  0
                  • klu9@lemmy.caK [email protected]

                    Personally I'm loving diskonaut. "Graphical" representation but at, ahem, terminal velocity.
                    Image

                    H This user is from outside of this forum
                    H This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #98

                    I use dua, but this looks neat too.

                    1 Reply Last reply
                    0
                    • D [email protected]

                      I use du -hs * | sort -h

                      T This user is from outside of this forum
                      T This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #99

                      du -sxk | sort -n gotta find those hidden files too!

                      1 Reply Last reply
                      0
                      • S [email protected]

                        And that's all, I'm happy since I was out of space.

                        M This user is from outside of this forum
                        M This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #100

                        My dad's Linux setup couldn't log in. After a bit of investigation, starting the session manually and so on, i got a hunch and indeed; i saw in Baobab that the backup script took the wrong disk, filled up the one with home, making it slow, so the log-in thingie timed out, failing the session.

                        1 Reply Last reply
                        0
                        • M This user is from outside of this forum
                          M This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #101

                          On gtk desktops it's something like Baobab. Too sad that the big guys can't make lightweight and standalone software.

                          1 Reply Last reply
                          0
                          • B [email protected]

                            dust

                            Yes, it's du in Rust + more.

                            M This user is from outside of this forum
                            M This user is from outside of this forum
                            [email protected]
                            wrote on last edited by
                            #102

                            Isn't that a wayland notification daemon already?

                            Edit: no, that's dunst.

                            Btw, how do you do the background color thing?

                            B O 2 Replies Last reply
                            0
                            • M [email protected]

                              Isn't that a wayland notification daemon already?

                              Edit: no, that's dunst.

                              Btw, how do you do the background color thing?

                              B This user is from outside of this forum
                              B This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #103

                              I was confused what you meant by background colour thing so I went to dust docs haha.

                              Now I got you. It's a codeblock so it shows in monospace font. Look up .md formatting for tips.

                              In this case its a word between backticks `

                              M 1 Reply Last reply
                              0
                              • B [email protected]

                                I was confused what you meant by background colour thing so I went to dust docs haha.

                                Now I got you. It's a codeblock so it shows in monospace font. Look up .md formatting for tips.

                                In this case its a word between backticks `

                                M This user is from outside of this forum
                                M This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #104

                                Ah, right, it's the inline code. Mindslip. Thanks!

                                1 Reply Last reply
                                0
                                • klu9@lemmy.caK [email protected]

                                  Personally I'm loving diskonaut. "Graphical" representation but at, ahem, terminal velocity.
                                  Image

                                  S This user is from outside of this forum
                                  S This user is from outside of this forum
                                  [email protected]
                                  wrote on last edited by
                                  #105

                                  Jesus, that rustup folder is HUGE

                                  ? 1 Reply Last reply
                                  0
                                  • klu9@lemmy.caK [email protected]

                                    Personally I'm loving diskonaut. "Graphical" representation but at, ahem, terminal velocity.
                                    Image

                                    ? Offline
                                    ? Offline
                                    Guest
                                    wrote on last edited by
                                    #106

                                    Linky pls

                                    klu9@lemmy.caK 1 Reply Last reply
                                    0
                                    • C This user is from outside of this forum
                                      C This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #107

                                      flatpak install flathub org.kde.filelight

                                      1 Reply Last reply
                                      0
                                      • ? Guest

                                        Linky pls

                                        klu9@lemmy.caK This user is from outside of this forum
                                        klu9@lemmy.caK This user is from outside of this forum
                                        [email protected]
                                        wrote on last edited by
                                        #108

                                        https://github.com/imsnif/diskonaut

                                        No package for my distro, I "installed" an AppImage with AM (which is also how I discovered it)

                                        1 Reply Last reply
                                        0
                                        • A [email protected]

                                          I freed 50gb by running 'docker system prune'...

                                          J This user is from outside of this forum
                                          J This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #109

                                          I'm new to docker and all of my shit stopped working recently. Just wouldn't load. Took about a half hour to find out that old images were taking up about 63GB on my 100GB boot partition, resulting in it being completely full.

                                          I added the command to prune 3 month old images to my update scripts.

                                          A 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups