Difference in free disk space - ncdu and dfUbuntu VM “read only file system” fix?Linux cp Permission...

Why does 0.-5 evaluate to -5?

Does the ditching switch allow an A320 to float indefinitely?

Does it take energy to move something in a circle?

What is the wife of a henpecked husband called?

How can the probability of a fumble decrease linearly with more dice?

A fantasy book with seven white haired women on the cover

Can we "borrow" our answers to populate our own websites?

Website seeing my Facebook data?

Equivalent of "illegal" for violating civil law

Subsurf on a crown. How can I smooth some edges and keep others sharp?

Calculate of total length of edges in Voronoi diagram

"Starve to death" Vs. "Starve to the point of death"

Is `Object` a function in javascript?

The No-Straight Maze

Why did Luke use his left hand to shoot?

In harmony: key or the flow?

Plausible reason for gold-digging ant

Why is it that Bernie Sanders is always called a "socialist"?

What makes papers publishable in top-tier journals?

Need help with a circuit diagram where the motor does not seem to have any connection to ground. Error with diagram? Or am i missing something?

Is there a file that always exists and a 'normal' user can't lstat it?

A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?

Which RAF squadrons and aircraft types took part in the bombing of Berlin on the 25th of August 1940?

How do you get out of your own psychology to write characters?



Difference in free disk space - ncdu and df


Ubuntu VM “read only file system” fix?Linux cp Permission denied on ntfs file systemNo Disk Space CentOS while my data is only 1.8GHow much disk space do I have?Unable to mount external drive or sshfsNo boot partition at all, but the server still boots updf says there is no free space, but there is free spaceIncrease root disk spaceMasked/Hidden PartitionUnable to dualboot windows













0















I've noticed that there is a huge difference in free disk space for root by using "ncdu" or "df" for me:



df -Th:



    dev              devtmpfs  7,8G       0  7,8G    0% /dev
run tmpfs 7,8G 1,4M 7,8G 1% /run
/dev/nvme0n1p2 ext4 25G 19G 4,3G 82% /
tmpfs tmpfs 7,8G 77M 7,7G 1% /dev/shm
tmpfs tmpfs 7,8G 0 7,8G 0% /sys/fs/cgroup
tmpfs tmpfs 7,8G 50M 7,7G 1% /tmp
/dev/loop1 squashfs 4,3M 4,3M 0 100% /var/lib/snapd/snap/ngrok/11
/dev/loop0 squashfs 91M 91M 0 100% /var/lib/snapd/snap/core/6405
/dev/nvme0n1p1 vfat 246M 56M 191M 23% /boot
/dev/mapper/home ext4 428G 52G 354G 13% /home
tmpfs tmpfs 1,6G 20K 1,6G 1% /run/user/


ncdu



10,5 GiB [##        ] /usr
3,5 GiB [ ] /var
72,0 MiB [ ] /opt
55,1 MiB [ ] /boot
45,9 MiB [ ] /tmp


"ndcu" shows around 5.5gb more free space for root compared to "df". Am I missing something or why the big difference? Thanks in advance!










share|improve this question







New contributor




sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • linux.die.net/man/1/ncdu - Read the part under "Hard Links". This might explain why

    – Bungicasse
    5 hours ago
















0















I've noticed that there is a huge difference in free disk space for root by using "ncdu" or "df" for me:



df -Th:



    dev              devtmpfs  7,8G       0  7,8G    0% /dev
run tmpfs 7,8G 1,4M 7,8G 1% /run
/dev/nvme0n1p2 ext4 25G 19G 4,3G 82% /
tmpfs tmpfs 7,8G 77M 7,7G 1% /dev/shm
tmpfs tmpfs 7,8G 0 7,8G 0% /sys/fs/cgroup
tmpfs tmpfs 7,8G 50M 7,7G 1% /tmp
/dev/loop1 squashfs 4,3M 4,3M 0 100% /var/lib/snapd/snap/ngrok/11
/dev/loop0 squashfs 91M 91M 0 100% /var/lib/snapd/snap/core/6405
/dev/nvme0n1p1 vfat 246M 56M 191M 23% /boot
/dev/mapper/home ext4 428G 52G 354G 13% /home
tmpfs tmpfs 1,6G 20K 1,6G 1% /run/user/


ncdu



10,5 GiB [##        ] /usr
3,5 GiB [ ] /var
72,0 MiB [ ] /opt
55,1 MiB [ ] /boot
45,9 MiB [ ] /tmp


"ndcu" shows around 5.5gb more free space for root compared to "df". Am I missing something or why the big difference? Thanks in advance!










share|improve this question







New contributor




sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • linux.die.net/man/1/ncdu - Read the part under "Hard Links". This might explain why

    – Bungicasse
    5 hours ago














0












0








0








I've noticed that there is a huge difference in free disk space for root by using "ncdu" or "df" for me:



df -Th:



    dev              devtmpfs  7,8G       0  7,8G    0% /dev
run tmpfs 7,8G 1,4M 7,8G 1% /run
/dev/nvme0n1p2 ext4 25G 19G 4,3G 82% /
tmpfs tmpfs 7,8G 77M 7,7G 1% /dev/shm
tmpfs tmpfs 7,8G 0 7,8G 0% /sys/fs/cgroup
tmpfs tmpfs 7,8G 50M 7,7G 1% /tmp
/dev/loop1 squashfs 4,3M 4,3M 0 100% /var/lib/snapd/snap/ngrok/11
/dev/loop0 squashfs 91M 91M 0 100% /var/lib/snapd/snap/core/6405
/dev/nvme0n1p1 vfat 246M 56M 191M 23% /boot
/dev/mapper/home ext4 428G 52G 354G 13% /home
tmpfs tmpfs 1,6G 20K 1,6G 1% /run/user/


ncdu



10,5 GiB [##        ] /usr
3,5 GiB [ ] /var
72,0 MiB [ ] /opt
55,1 MiB [ ] /boot
45,9 MiB [ ] /tmp


"ndcu" shows around 5.5gb more free space for root compared to "df". Am I missing something or why the big difference? Thanks in advance!










share|improve this question







New contributor




sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I've noticed that there is a huge difference in free disk space for root by using "ncdu" or "df" for me:



df -Th:



    dev              devtmpfs  7,8G       0  7,8G    0% /dev
run tmpfs 7,8G 1,4M 7,8G 1% /run
/dev/nvme0n1p2 ext4 25G 19G 4,3G 82% /
tmpfs tmpfs 7,8G 77M 7,7G 1% /dev/shm
tmpfs tmpfs 7,8G 0 7,8G 0% /sys/fs/cgroup
tmpfs tmpfs 7,8G 50M 7,7G 1% /tmp
/dev/loop1 squashfs 4,3M 4,3M 0 100% /var/lib/snapd/snap/ngrok/11
/dev/loop0 squashfs 91M 91M 0 100% /var/lib/snapd/snap/core/6405
/dev/nvme0n1p1 vfat 246M 56M 191M 23% /boot
/dev/mapper/home ext4 428G 52G 354G 13% /home
tmpfs tmpfs 1,6G 20K 1,6G 1% /run/user/


ncdu



10,5 GiB [##        ] /usr
3,5 GiB [ ] /var
72,0 MiB [ ] /opt
55,1 MiB [ ] /boot
45,9 MiB [ ] /tmp


"ndcu" shows around 5.5gb more free space for root compared to "df". Am I missing something or why the big difference? Thanks in advance!







linux disk-space df






share|improve this question







New contributor




sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 6 hours ago









sleepisleepi

11




11




New contributor




sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






sleepi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • linux.die.net/man/1/ncdu - Read the part under "Hard Links". This might explain why

    – Bungicasse
    5 hours ago



















  • linux.die.net/man/1/ncdu - Read the part under "Hard Links". This might explain why

    – Bungicasse
    5 hours ago

















linux.die.net/man/1/ncdu - Read the part under "Hard Links". This might explain why

– Bungicasse
5 hours ago





linux.die.net/man/1/ncdu - Read the part under "Hard Links". This might explain why

– Bungicasse
5 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
});


}
});






sleepi is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1409372%2fdifference-in-free-disk-space-ncdu-and-df%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








sleepi is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















sleepi is a new contributor. Be nice, and check out our Code of Conduct.













sleepi is a new contributor. Be nice, and check out our Code of Conduct.












sleepi is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Super User!


  • 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%2fsuperuser.com%2fquestions%2f1409372%2fdifference-in-free-disk-space-ncdu-and-df%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

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...