I want to extract half of the space used by the sda1
that is being used by my Ubuntu 17 OS to Dual boot with windows.
Is there any safe way of doing this without losing any data?
I want to extract half of the space used by the sda1
that is being used by my Ubuntu 17 OS to Dual boot with windows.
Is there any safe way of doing this without losing any data?
To resize a partition it must not be mounted. As you have only one partition you cannot resize it because your OS is on it. You can create a live CD/USB with GParted, boot from it and resize the partition -> https://gparted.org/livecd.php Backup all data on different disk before that!
gparted
you drag right to increase partition size; left to decrease size - so it directly answers your question as it allows for increasing or decreasing size. – guiverc Oct 16 '17 at 11:05sda2, sda3..
because removing or adding a partition will change partition order so you may end up with boot failure but it's fixable. – kenn Oct 16 '17 at 11:07