I have looked at similar questions on what I have, for example this and this but can't find the answer I'm looking for.
I originally wanted to do a dual boot with Windows 10 and Ubuntu 16.04, I started following this tutorial. I followed step one and partitioned the disk by "shrinking the volume" of the partition. I burned the Ubuntu OS and installed it. I ended up deciding to have only Ubuntu so selected "erase disk and install Ubuntu" when I was setting it up. I was worried I'd messed something up with the partitions so ran
sudo fdisk -l
to see if anything looked ... odd (you've probably figured out by now that I don't really understand much and am trying to figure it out as I go along). I got this a lot of text but the bit that concerns me is this:
Device Start End Sectors Size Type /dev/sda1 2048 616447 614400 300M EFI System /dev/sda2 616448 878591 262144 128M Microsoft reserved /dev/sda3 878592 166305791 165427200 78.9G Microsoft basic data /dev/sda4 248225792 250068991 1843200 900M Windows recovery environment /dev/sda5 166305792 231632895 65327104 31.2G Linux filesystem /dev/sda6 231632896 248225791 16592896 7.9G Linux swap
Why is there still room for Microsoft? How can I change this so I have more space?
Many thanks.
<pre></pre>
tags to make the formatting work. – wjandrea Mar 08 '17 at 22:10