Search Results
7/10/2025, 2:35:19 PM
Could some linux wizard explain this to me
When I do dd if=/dev/zero of=test bs=2GiB count=1 then the file size will be 2GiB with du -sh. Yet if you do dd if=/dev/zero of=test bs=1GiB count=2 then the file size will be 2.1GiB with du -sh.
WTF? Why is it different?
Semi related to this question. When I partitioned my system I gave root 100GiB, but when I do df -h on my system it only shows 98, this triggered me so bad I wanted a clean 100, what gives with all this?
When I do dd if=/dev/zero of=test bs=2GiB count=1 then the file size will be 2GiB with du -sh. Yet if you do dd if=/dev/zero of=test bs=1GiB count=2 then the file size will be 2.1GiB with du -sh.
WTF? Why is it different?
Semi related to this question. When I partitioned my system I gave root 100GiB, but when I do df -h on my system it only shows 98, this triggered me so bad I wanted a clean 100, what gives with all this?
Page 1