ColdWater@lemmy.ca to linux4noobs@programming.dev · 7 months ago30GB+ used on freash Arch install+KDE? Why?lemmy.caimagemessage-square33fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1image30GB+ used on freash Arch install+KDE? Why?lemmy.caColdWater@lemmy.ca to linux4noobs@programming.dev · 7 months agomessage-square33fedilink
minus-squareremram@lemmy.mllinkfedilinkEnglisharrow-up0·7 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)”