minus-squareremram@lemmy.mltolinux4noobs@programming.dev•30GB+ used on freash Arch install+KDE? Why?linkfedilinkEnglisharrow-up5·4 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)” linkfedilink
remram@lemmy.ml to Linux@lemmy.mlEnglish · edit-24 months agoHow to stagger automated upgrade?plus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareHow to stagger automated upgrade?plus-squareremram@lemmy.ml to Linux@lemmy.mlEnglish · edit-24 months agomessage-square0fedilink
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)”