Problem with capacity of SSD disk

Hi everyone,

I have problem with my disk. Two days ago i changed Mint to Manjaro and when i was installing Manjaro i saw that capacity of my disk is 478 GB. I have 512 GB disk and earlier i didn’t have any problem with this. I installed Manjaro using 3rd option ( I mean, delete old OS and install Manjaro).
What should I do to solve my problem?

Thank you for advance!

lsblk -f
shows you the partitions you have, their size and how much of it is used (and other things)

There probably isn’t a problem.

If the filesystem is ext4, there is by default 5% of the space reserved for root - not accessible to any other user.
On a disk this size these 5% amount to ~26GB

This can be adjusted to be considerably less.

The filesystem itself also takes some of the space.
And then there might be a swap partition …

Hi and welcome to the forum :+1:


You could start by providing more detailed info about your SSD’s layout.

sudo fdisk -l /dev/xxxx

:vulcan_salute:


PS: Please note that the capacity of any storage advertised when buying is the RAW capacity without formatting and partition tables etc etc…
Plus they are normally advertised in units of Bytes = 1000.
So the numbers you will see while using an operating system will always be less than what you think you paid for…

Even low level sector information will be deducted from that advertised number…

Welcome to Manjaro! :smiling_face_with_three_hearts:

  1. Please read the information behind this link. It will help you to post necessary information. [HowTo] Provide System Information
  2. Please press the three dots below your post and then press the :pencil2:
  • If you give us information about your system, we can see what we’re talking about and make better suggestions.
  • You can do this by using inxi in a terminal or in console.
inxi --admin --verbosity=7 --filter --no-host --width
  • Personally identifiable information such as serial numbers and MAC addresses are filtered out by this command
  • Presenting the information in this way allows everyone to be familiar with the format and quickly find the items they need without missing anything.
  1. Copy the output from inxi (including the command) and paste it into your post.
  • To make it more readable, add 3 backticks ``` on an extra line before and after the pasted text.
    (Wisdom lies in reading :wink: )