Search Results

Found 1 results for "02f79fbe2c765577ea49ef8e4f3c7b45" across all boards searching md5.

Anonymous /g/105831699#105858396
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?