๐Ÿ’พ Disk Space Analyzer & Planner

Calculate partition sizes, plan disk layouts, convert units, and get the commands to set it all up

Unit Converter
=

Partition Layout Tips
โ€ข / (root) โ€” 20โ€“50 GB for OS + packages
โ€ข /home โ€” user data, largest partition
โ€ข /var โ€” logs, databases, mail queues
โ€ข /tmp โ€” 2โ€“10 GB, consider tmpfs
โ€ข swap โ€” RAM size or 2ร— RAM (if hibernate)
โ€ข /boot โ€” 512 MBโ€“1 GB (EFI: /boot/efi 512MB)

Useful Commands
df -hT โ€” disk usage with types
du -sh /* โ€” directory sizes
lsblk -f โ€” block devices
fdisk -l โ€” partition table