Cannot Use the Disk Utility to Create Two Partitions on External HDD with High Sierra [duplicate]

I just bought a new external hard disk and I want to create some partitions. I am using the Disk Utility app in an High Sierra OSX MacBookPro.

However, the "partition" option for my hard drive is greyed out, therefore I cannot go ahead with the partition operation.

enter image description here

Although, when issuing the command diskutil partitionDisk disk2 2 MBR fat32 "PART1" 80% fat32 "PART2" 20%, I am able to partition, I cannot directly operate through Disk Utility.

How can I do this using the Disk Utility application?


Solution 1:

The Disk Utility application can partition the external drive, if you use GUID Partition Map scheme.

Below is an example using a 16 GB flash drive.

  1. Erase the drive.

    e1

  2. Partition the drive.

    E2

  3. Erase the first partition.

    e3

The results are shown below.

e10

e11

e12