I’ve just bought Aspire 3 A315-51-39ZZ with 256 GB SSD and I like the pre-installed Endless OS, I don’t plan to install Windows at all.
But I am unable to update system as there is insufficient free space on disk. I see that I only have certain “Computer” drive with 1.6GB/30.6GB available! The 256 GB SSD is missing!!! What do I do, please help!
Something that would help us a lot to understand the problem would be this:
Open the application called ‘Terminal’
In this application run the command:
eos-diagnostics
The above command will create a file with the information of your system (example: eos-diagnostic-160614_111731_UTC + 0100.txt); Send us this file so we can analyze and see a possible solution
The issue is, that for some reason, the Endless OS Partition is only 30 GB in size and does not fill the entire space. Luckily the last partition is not in our way
First of all, be aware that this process can lead to data loss, as it involves digging around in the inner guts of your SSD partition table.
If you want to proceed, open a Terminal, then follow along.
Resize the Partition
sudo gdisk /dev/sda
Now delete partition 3 by entering d and then 3. Create a new paritition with n with the following parameters:
Partition Number = 3
First Sector = 131072
Last Sector = 493551615
Hex Code = 8304
Now write the new partition Table with w and confirm. Reboot your machine.