Fedora: Low disk on Filesystem root












-1















I'm running a Fedora Workstation VM on Oracle VirtualBox. After using the VM for about a month now, I get a "Low disk on filesystem root" popup when I login. The Disk Usage Analyzer shows this:Disk Usage



I ran this to check for large files



find / -type f -exec ls -s {} ; | sort -n -r | head -20


And got these results:



[root@localhost ~]# find / -type f -exec ls -s {} ; | sort -n -r | head -20
find: ‘/run/user/1000/gvfs’: Permission denied
ls: cannot access '/proc/3355/task/3355/fdinfo/5': No such file or directory
ls: cannot access '/proc/3355/fdinfo/6': No such file or directory
1786352 /run/media/joe/Fedora-WS-Live-29-1-2/LiveOS/squashfs.img
210116 /usr/lib/locale/locale-archive
137672 /usr/lib/jvm/java-11-openjdk-11.0.ea.28-2.fc29.x86_64/lib/modules
119748 /usr/lib64/firefox/libxul.so
69396 /boot/initramfs-0-rescue-83995d8e04c4471c85be9b18e488ac62.img
59032 /usr/lib64/libLLVM-7.so
56264 /usr/share/GeoIP/GeoLite2-City.mmdb
49268 /var/cache/PackageKit/29/hawkey/fedora-filenames.solvx
49268 /var/cache/dnf/fedora-filenames.solvx
49257 /run/media/joe/Fedora-WS-Live-29-1-2/isolinux/initrd.img
49257 /run/media/joe/Fedora-WS-Live-29-1-2/images/pxeboot/initrd.img
47856 /var/cache/PackageKit/29/metadata/fedora-29-x86_64/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
47856 /var/cache/dnf/fedora-8c9e363c32277c01/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
46492 /usr/libexec/webkit2gtk-4.0/WebKitPluginProcess2
45380 /usr/lib64/libwebkit2gtk-4.0.so.37.33.3
43020 /var/lib/rpm/Packages
40072 /usr/lib64/libopenblas-r0.3.3.so
33576 /usr/lib64/firefox/browser/omni.ja
26224 /usr/lib64/libicudata.so.62.1
25276 /usr/share/fonts/google-noto-cjk/NotoSerifCJK-Bold.ttc
[root@localhost ~]#


Any ideas?










share|improve this question

























  • Please describe what sort of tasks this particular Fedora partition is intended to be used for.

    – agc
    Feb 6 at 18:35








  • 1





    I'm doing an online Linux System Admin course and using the VM to follow along with the videos. So things like practicing command line, editing config files, installing/removing packages, basic stuff.

    – Ryan R
    Feb 6 at 19:01











  • Also, is it common for people to down vote without explaining why? Seems counter-productive.

    – Ryan R
    Feb 6 at 19:03











  • It's an anonymity thing. See also: Encouraging people to explain downvotes

    – agc
    Feb 6 at 19:10
















-1















I'm running a Fedora Workstation VM on Oracle VirtualBox. After using the VM for about a month now, I get a "Low disk on filesystem root" popup when I login. The Disk Usage Analyzer shows this:Disk Usage



I ran this to check for large files



find / -type f -exec ls -s {} ; | sort -n -r | head -20


And got these results:



[root@localhost ~]# find / -type f -exec ls -s {} ; | sort -n -r | head -20
find: ‘/run/user/1000/gvfs’: Permission denied
ls: cannot access '/proc/3355/task/3355/fdinfo/5': No such file or directory
ls: cannot access '/proc/3355/fdinfo/6': No such file or directory
1786352 /run/media/joe/Fedora-WS-Live-29-1-2/LiveOS/squashfs.img
210116 /usr/lib/locale/locale-archive
137672 /usr/lib/jvm/java-11-openjdk-11.0.ea.28-2.fc29.x86_64/lib/modules
119748 /usr/lib64/firefox/libxul.so
69396 /boot/initramfs-0-rescue-83995d8e04c4471c85be9b18e488ac62.img
59032 /usr/lib64/libLLVM-7.so
56264 /usr/share/GeoIP/GeoLite2-City.mmdb
49268 /var/cache/PackageKit/29/hawkey/fedora-filenames.solvx
49268 /var/cache/dnf/fedora-filenames.solvx
49257 /run/media/joe/Fedora-WS-Live-29-1-2/isolinux/initrd.img
49257 /run/media/joe/Fedora-WS-Live-29-1-2/images/pxeboot/initrd.img
47856 /var/cache/PackageKit/29/metadata/fedora-29-x86_64/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
47856 /var/cache/dnf/fedora-8c9e363c32277c01/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
46492 /usr/libexec/webkit2gtk-4.0/WebKitPluginProcess2
45380 /usr/lib64/libwebkit2gtk-4.0.so.37.33.3
43020 /var/lib/rpm/Packages
40072 /usr/lib64/libopenblas-r0.3.3.so
33576 /usr/lib64/firefox/browser/omni.ja
26224 /usr/lib64/libicudata.so.62.1
25276 /usr/share/fonts/google-noto-cjk/NotoSerifCJK-Bold.ttc
[root@localhost ~]#


Any ideas?










share|improve this question

























  • Please describe what sort of tasks this particular Fedora partition is intended to be used for.

    – agc
    Feb 6 at 18:35








  • 1





    I'm doing an online Linux System Admin course and using the VM to follow along with the videos. So things like practicing command line, editing config files, installing/removing packages, basic stuff.

    – Ryan R
    Feb 6 at 19:01











  • Also, is it common for people to down vote without explaining why? Seems counter-productive.

    – Ryan R
    Feb 6 at 19:03











  • It's an anonymity thing. See also: Encouraging people to explain downvotes

    – agc
    Feb 6 at 19:10














-1












-1








-1








I'm running a Fedora Workstation VM on Oracle VirtualBox. After using the VM for about a month now, I get a "Low disk on filesystem root" popup when I login. The Disk Usage Analyzer shows this:Disk Usage



I ran this to check for large files



find / -type f -exec ls -s {} ; | sort -n -r | head -20


And got these results:



[root@localhost ~]# find / -type f -exec ls -s {} ; | sort -n -r | head -20
find: ‘/run/user/1000/gvfs’: Permission denied
ls: cannot access '/proc/3355/task/3355/fdinfo/5': No such file or directory
ls: cannot access '/proc/3355/fdinfo/6': No such file or directory
1786352 /run/media/joe/Fedora-WS-Live-29-1-2/LiveOS/squashfs.img
210116 /usr/lib/locale/locale-archive
137672 /usr/lib/jvm/java-11-openjdk-11.0.ea.28-2.fc29.x86_64/lib/modules
119748 /usr/lib64/firefox/libxul.so
69396 /boot/initramfs-0-rescue-83995d8e04c4471c85be9b18e488ac62.img
59032 /usr/lib64/libLLVM-7.so
56264 /usr/share/GeoIP/GeoLite2-City.mmdb
49268 /var/cache/PackageKit/29/hawkey/fedora-filenames.solvx
49268 /var/cache/dnf/fedora-filenames.solvx
49257 /run/media/joe/Fedora-WS-Live-29-1-2/isolinux/initrd.img
49257 /run/media/joe/Fedora-WS-Live-29-1-2/images/pxeboot/initrd.img
47856 /var/cache/PackageKit/29/metadata/fedora-29-x86_64/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
47856 /var/cache/dnf/fedora-8c9e363c32277c01/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
46492 /usr/libexec/webkit2gtk-4.0/WebKitPluginProcess2
45380 /usr/lib64/libwebkit2gtk-4.0.so.37.33.3
43020 /var/lib/rpm/Packages
40072 /usr/lib64/libopenblas-r0.3.3.so
33576 /usr/lib64/firefox/browser/omni.ja
26224 /usr/lib64/libicudata.so.62.1
25276 /usr/share/fonts/google-noto-cjk/NotoSerifCJK-Bold.ttc
[root@localhost ~]#


Any ideas?










share|improve this question
















I'm running a Fedora Workstation VM on Oracle VirtualBox. After using the VM for about a month now, I get a "Low disk on filesystem root" popup when I login. The Disk Usage Analyzer shows this:Disk Usage



I ran this to check for large files



find / -type f -exec ls -s {} ; | sort -n -r | head -20


And got these results:



[root@localhost ~]# find / -type f -exec ls -s {} ; | sort -n -r | head -20
find: ‘/run/user/1000/gvfs’: Permission denied
ls: cannot access '/proc/3355/task/3355/fdinfo/5': No such file or directory
ls: cannot access '/proc/3355/fdinfo/6': No such file or directory
1786352 /run/media/joe/Fedora-WS-Live-29-1-2/LiveOS/squashfs.img
210116 /usr/lib/locale/locale-archive
137672 /usr/lib/jvm/java-11-openjdk-11.0.ea.28-2.fc29.x86_64/lib/modules
119748 /usr/lib64/firefox/libxul.so
69396 /boot/initramfs-0-rescue-83995d8e04c4471c85be9b18e488ac62.img
59032 /usr/lib64/libLLVM-7.so
56264 /usr/share/GeoIP/GeoLite2-City.mmdb
49268 /var/cache/PackageKit/29/hawkey/fedora-filenames.solvx
49268 /var/cache/dnf/fedora-filenames.solvx
49257 /run/media/joe/Fedora-WS-Live-29-1-2/isolinux/initrd.img
49257 /run/media/joe/Fedora-WS-Live-29-1-2/images/pxeboot/initrd.img
47856 /var/cache/PackageKit/29/metadata/fedora-29-x86_64/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
47856 /var/cache/dnf/fedora-8c9e363c32277c01/repodata/55059fb25f8577d2a18d0883247b604dade9f3f68b5b54593ec1809acc57e5fc-filelists.xml.gz
46492 /usr/libexec/webkit2gtk-4.0/WebKitPluginProcess2
45380 /usr/lib64/libwebkit2gtk-4.0.so.37.33.3
43020 /var/lib/rpm/Packages
40072 /usr/lib64/libopenblas-r0.3.3.so
33576 /usr/lib64/firefox/browser/omni.ja
26224 /usr/lib64/libicudata.so.62.1
25276 /usr/share/fonts/google-noto-cjk/NotoSerifCJK-Bold.ttc
[root@localhost ~]#


Any ideas?







linux partition virtualbox disk-usage






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 10 at 12:49









Jeff Schaller

41.6k1056132




41.6k1056132










asked Feb 6 at 5:42









Ryan RRyan R

113




113













  • Please describe what sort of tasks this particular Fedora partition is intended to be used for.

    – agc
    Feb 6 at 18:35








  • 1





    I'm doing an online Linux System Admin course and using the VM to follow along with the videos. So things like practicing command line, editing config files, installing/removing packages, basic stuff.

    – Ryan R
    Feb 6 at 19:01











  • Also, is it common for people to down vote without explaining why? Seems counter-productive.

    – Ryan R
    Feb 6 at 19:03











  • It's an anonymity thing. See also: Encouraging people to explain downvotes

    – agc
    Feb 6 at 19:10



















  • Please describe what sort of tasks this particular Fedora partition is intended to be used for.

    – agc
    Feb 6 at 18:35








  • 1





    I'm doing an online Linux System Admin course and using the VM to follow along with the videos. So things like practicing command line, editing config files, installing/removing packages, basic stuff.

    – Ryan R
    Feb 6 at 19:01











  • Also, is it common for people to down vote without explaining why? Seems counter-productive.

    – Ryan R
    Feb 6 at 19:03











  • It's an anonymity thing. See also: Encouraging people to explain downvotes

    – agc
    Feb 6 at 19:10

















Please describe what sort of tasks this particular Fedora partition is intended to be used for.

– agc
Feb 6 at 18:35







Please describe what sort of tasks this particular Fedora partition is intended to be used for.

– agc
Feb 6 at 18:35






1




1





I'm doing an online Linux System Admin course and using the VM to follow along with the videos. So things like practicing command line, editing config files, installing/removing packages, basic stuff.

– Ryan R
Feb 6 at 19:01





I'm doing an online Linux System Admin course and using the VM to follow along with the videos. So things like practicing command line, editing config files, installing/removing packages, basic stuff.

– Ryan R
Feb 6 at 19:01













Also, is it common for people to down vote without explaining why? Seems counter-productive.

– Ryan R
Feb 6 at 19:03





Also, is it common for people to down vote without explaining why? Seems counter-productive.

– Ryan R
Feb 6 at 19:03













It's an anonymity thing. See also: Encouraging people to explain downvotes

– agc
Feb 6 at 19:10





It's an anonymity thing. See also: Encouraging people to explain downvotes

– agc
Feb 6 at 19:10










1 Answer
1






active

oldest

votes


















0














The (virtual) partition in question is 5.7 gigabytes, which is not that large for a working instance of Fedora.



The simplest thing would be to increase the size of the partition.






share|improve this answer
























  • Increasing partition size isn't a great option for me, this is running on a laptop with limited space. I'm looking for a solution that cleans out unnecessary files.

    – Ryan R
    Feb 6 at 16:31











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498966%2ffedora-low-disk-on-filesystem-root%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














The (virtual) partition in question is 5.7 gigabytes, which is not that large for a working instance of Fedora.



The simplest thing would be to increase the size of the partition.






share|improve this answer
























  • Increasing partition size isn't a great option for me, this is running on a laptop with limited space. I'm looking for a solution that cleans out unnecessary files.

    – Ryan R
    Feb 6 at 16:31
















0














The (virtual) partition in question is 5.7 gigabytes, which is not that large for a working instance of Fedora.



The simplest thing would be to increase the size of the partition.






share|improve this answer
























  • Increasing partition size isn't a great option for me, this is running on a laptop with limited space. I'm looking for a solution that cleans out unnecessary files.

    – Ryan R
    Feb 6 at 16:31














0












0








0







The (virtual) partition in question is 5.7 gigabytes, which is not that large for a working instance of Fedora.



The simplest thing would be to increase the size of the partition.






share|improve this answer













The (virtual) partition in question is 5.7 gigabytes, which is not that large for a working instance of Fedora.



The simplest thing would be to increase the size of the partition.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 6 at 5:59









agcagc

4,71111137




4,71111137













  • Increasing partition size isn't a great option for me, this is running on a laptop with limited space. I'm looking for a solution that cleans out unnecessary files.

    – Ryan R
    Feb 6 at 16:31



















  • Increasing partition size isn't a great option for me, this is running on a laptop with limited space. I'm looking for a solution that cleans out unnecessary files.

    – Ryan R
    Feb 6 at 16:31

















Increasing partition size isn't a great option for me, this is running on a laptop with limited space. I'm looking for a solution that cleans out unnecessary files.

– Ryan R
Feb 6 at 16:31





Increasing partition size isn't a great option for me, this is running on a laptop with limited space. I'm looking for a solution that cleans out unnecessary files.

– Ryan R
Feb 6 at 16:31


















draft saved

draft discarded




















































Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498966%2ffedora-low-disk-on-filesystem-root%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?