2

I am trying to install Ubuntu 18.04 alongside Windows on this new hard drive (not new but I never used it before).

Here's how I formatted the disk (from Windows disk management)

  • Partition 1: 25GB
  • Partition 2: 47.68 GB (this is where I want to install Ubuntu)
  • Partition 3: .5 GB (Reserved)
  • Partition 4: 49.43 GB (Windows 10 boot)
  • Partition 5: 60GB
  • Unallocated: 282 GB

(all are NTFS partitions)

However the Ubuntu install screen shows something like this:

  • sdb1: 78GB (unknown)
  • sdb2: 600MB (NTFS)
  • sdb3: 53.1GB (NTFS)
  • sdb4: 368.4GB (NTFS, according to Windows it is unallocated)

As you can see, it's nothing like what Windows shows.

Any ideas why is this happening?

Edit: The lsblk command returns this:

NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
loop0    7:0    0   1.6G  0 loop /cdrom
loop1    7:1    0   1.5G  1 loop /rofs
loop2    7:2    0    91M  1 loop /snap/core/6350
loop3    7:3    0  19.3M  1 loop /snap/ubuntu-budgie-welcome/92
sda      8:0    0 465.8G  0 disk 
├─sda1   8:1    0   500M  0 part 
├─sda2   8:2    0     1K  0 part 
├─sda3   8:3    0 152.8G  0 part 
├─sda4   8:4    0 192.3G  0 part 
├─sda5   8:5    0  78.2G  0 part 
├─sda6   8:6    0    30G  0 part 
└─sda7   8:7    0    10G  0 part 
sdb      8:16   0 465.8G  0 disk 
├─sdb1   8:17   0    25G  0 part 
├─sdb2   8:18   0  46.9G  0 part 
├─sdb3   8:19   0   579M  0 part 
├─sdb4   8:20   0  49.4G  0 part 
└─sdb5   8:21   0  60.6G  0 part 
sdc      8:32   1  29.3G  0 disk 
└─sdc1   8:33   1  29.3G  0 part /isodevice

binary10
  • 21
  • 2

1 Answers1

0

As suggested in the comments, Ubuntu can't be installed on "Dynamic disks". They can be converted to basic disks using a third-party partition manager. See this question for more details:Ubuntu installation problem with dynamic disks

binary10
  • 21
  • 2