I recently installed the latest Manjaro Plasma KDE through calamares system installation with no issues at all. However, I’m trying to find out the partition detail break down for the installation for the boot size, root and etc out of curiosity? I tried “KDE partition manager”, but it only shows this:
KDE Partition Manager:
inxi has already given an adequate overview of partition sizes and used space, though, unless /etc is on a partition of it’s own, that won’t reveal anything useful.
For that, you could try the tree command; specifically:
tree -s /etc
Too much detail? See man tree to learn how to tailor it a little.
btrfs uses subvolumes rather than partitions, so getting the size of individual directories such as /home/ or /etc/ is a different process to that used with ext4, which was manjaro’s previous default file system.
These topics may help:
Required Disclaimer: I’ve never used btrfs, so my knowledge of its workings is very limited.
Also, as you are a Plasma user, the filelight application (may require installation) is a good way of seeing your file system usage in a GUI:
pamac info filelight
❯ pamac info filelight
Name : filelight
Version : 26.04.3-1
Description : View disk usage information
URL : https://apps.kde.org/filelight/
Licenses : GPL-2.0-or-later LGPL-2.0-or-later
Repository : extra
Installed Size : 1.6 MB
Groups : kde-applications kde-utilities
Depends On : glibc kconfig kcoreaddons kcrash ki18n kio kirigami
kirigami-addons kwidgetsaddons libstdc++
qqc2-desktop-style qt6-base qt6-declarative
Optional Dependencies : --
Required By : --
Optional For : dolphin
Provides : --
Replaces : --
Conflicts With : --
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Wed 01 Jul 2026 02:00:04
Install Date : Sat 04 Jul 2026 12:00:38
Install Reason : Explicitly installed
Validated By : Signature
Backup files : --
I hope we do not have an XY problem here (and that the OP boots in efi mode, since it doesn’t look so). For educational purposes this seems more than enough.
Just a friendly Moderator note… You are not supposed to mark your own post as the solution unless you yourself found a solution that was not presented by any other interlocutor on the thread first, nor if your self-decided solution involves reinstalling the system.
I’ve moved the solution mark to @scotty65’s post, given that he posted the most elaborate btrfs-related information.