0

I'm relatively new to linux and want to dual boot along windows. However, I want linux to be on my D: drive, because I'm short on space on my C: drive.

When installing I want to make some partitions on D: but I'm unable to make some extra free space, because it doesn't show how much space is used. It only shows "unknown" in the used space part. My D: drive is also shown as sdc and there is no sdb.

How can I solve this? Will formatting the drive work? Gparted https://i.sstatic.net/DVlLC.jpg

Tdcallen
  • 1
  • 3

1 Answers1

0

C: and D: are the designations that are used by the Windows operating system. As you noticed, volumes in Ubuntu are designated in the format sda, sdb etc. Partitions on these drives will be in the format sda1, sda2 an so on...

There must be free space for the Ubuntu installer to use. If you boot into the USB containing Ubuntu, you can choose the option "Try Ubuntu". The live system will include a program called "Disks" (gnome-disk-utility). The Disks application can be used to delete partitions and to format entire volumes.

Before any making changes, be absolutely sure that you are working with the correct drive, since formatting a drive or deleting a partition will effectively remove all of the data. For good measure, when installing operating systems, you should always make sure you have made adequate backups in case you make a wrong move and delete everything.

Please see: How do I install Ubuntu alongside a pre-installed Windows with UEFI? for info on the installation process itself.

Nmath
  • 12,664