0

Gparted screenshot

The entirety of the Ubuntu 20.04 OS is mounted and I need to unmount it, apparently, to have an NTFS partition for Windows.

I'm totally new to Ubuntu and all this tech stuff, I just need some steps to follow, my only problem is the partitioning on Gparted. I'm too scared to press unmount as the OS is running from it and the whole 1TB is there and I need some of it for Windows.

Zanna
  • 72,312

2 Answers2

2

You're right. You can't unmount and resize a partition that is currently in use.

You can easily use Gparted Live. It's a small bootable Linux that you can boot from USB or CD. Then you can easily do whatever you want with your disk and be sure that disk is not in use.

Zanna
  • 72,312
0

EDIT: Thanks for the the mistake pointed by C.S. Cameron. I am trying to correct my answer accordingly.

I had not installed windows for a long time through live usb. But there should be an option of partitioning the SSD through the partition manager present in the installer. That way, main OS partition can be resized. If that option is not present in Windows live USB, try to do that through Ubuntu live USB.

In GParted, Right Click on your ext4 partition and select 'Resize/Move' option. Then in the 'Free space following' option of the newly opened box, type the size of partition you want to create for Windows in Megabytes. Then click 'Resize'. Select 'Green Tick' icon in GParted and complete the resize task before exiting it. Now boot from Windows Live USB and continue the installation as normal

Mumuzab
  • 121