ColdWater@lemmy.ca to linux4noobs@programming.dev · 3 months ago30GB+ used on freash Arch install+KDE? Why?lemmy.caimagemessage-square35fedilinkarrow-up137arrow-down14
arrow-up133arrow-down1image30GB+ used on freash Arch install+KDE? Why?lemmy.caColdWater@lemmy.ca to linux4noobs@programming.dev · 3 months agomessage-square35fedilink
minus-squareremram@lemmy.mllinkfedilinkEnglisharrow-up5·3 months agoKeep in mind that a part of the filesystem will be reserved on creation. Here if I create a completely empty ext4 filesystem with: truncate -s 230G /tmp/img mkfs.ext4 /tmp/img mount /tmp/img /mnt Dolphin reports “213.8 GiB free of 225.3 GiB (5% used)”
Keep in mind that a part of the filesystem will be reserved on creation. Here if I create a completely empty ext4 filesystem with:
truncate -s 230G /tmp/img mkfs.ext4 /tmp/img mount /tmp/img /mnt
Dolphin reports “213.8 GiB free of 225.3 GiB (5% used)”