How to Partition an External Hard Drive on Mac. If you want to create multiple partitions on your external hard drive (in fact, you should for better file organization), here’s a step-by-step guide: Step 1: Highlight your drive and click “Partition” in Disk Utility. Open the Disk Utility app and highlight your external hard drive. GUID partition table (GOT) is the scheme used by servers, Macs, and many contemporary Windows PCs. MacOS on Intel will only boot from a drive with a GUID partition table, and Windows systems from 2005 on can read/write these disks but can only boot from them on systems with UEFI (instead of a BIOS).

Contents

  1. Examples

Most PC operating systems still work with an ancient disk partition scheme that historically makes distinction between primary and extended partitions. It also places a limitation for four primary partitions or three primary partitions and one extended partition. When present, an extended partition can then be divided into any number number of logical partitions.

Windows

However, many recent (since 2011) machines use a different and incompatible scheme known as 'gpt' which allows many more primary partitions. Search these pages for UEFI to learn how to tell which scheme your system is using; applying techniques for one scheme to a system that uses the other will definitely lead to possibly serious problems.

Each Windows installation will need to be installed on a primary partition. Windows systems commonly assign a drive letter to each individual (Windows) partition.

Linux operating systems need a minimum of one partition: one for the OS itself (and data files) and optionally one for a swap area (to be used as an extension for RAM memory) if preferred over a swap file.

While these two partitions can be primary partitions, more flexibility is afforded when logical partitions (within the extended partition) are used. In this manner, as many partitions can be created as is desired. Multiple (Ubuntu Linux and Mac) operating systems can be installed, each in its own partition, and data can also be more easily compartmentalized when it is placed within individually separate logical partitions. (The swap partition can also be located on a logical partition.)

The easiest way to do this is to use the GParted Live CD as a partition manager, or the GPartEd utility on the Ubuntu LiveCD.

Basic Partitioning Scheme for a 2TB Desktop HDD

  • Primary Partition - 1Gb (1024Mb) of Free Space - bootstrap files, boot loaders and stuff you'll may need to run multiple operating systems
  • Extended Partition
    • 10Gb (10240Mb) - swap
      • (0.5% is not much, and 10Gb is double the memory size of typical 4Gb system)
    • 30Gb (30960Mb) - root /
      • (for Ubuntu system files and applications)
    • 100Gb (102400Mb) - /home
      • (system/application dependent config, data and other files)
  • 1850Gb free for another operating system, your system-independent media files, virtual machines and stuff

Partitioning Scheme for Multiple systems

This most versatile partitioning scheme allows for both Windows and Linux (and/or Mac) operating systems:

  • one primary partition for each Windows OS
  • an extra small primary partition (which can be resized later, in case it is needed). If there is a Windows recovery partition already installed, leave it alone (as the second partition).
  • one primary partition for the small boot partition (for storing a set of GRUB bootloader files)
  • an extended partition for the Linux (or Mac) OSs (must be the last partition on the hard drive)

Here is an example partitioning scheme:

  • the Windows partition 20 - 30 Gb -- filesystem type NTFS (or can even be FAT32) and with the boot flag checked
  • an 'extra' partition 2 Gb -- can be formatted as ext3, ext4, or FAT32. If this already exists as a Windows recovery partition, leave it unchanged.
  • Temporary Edit xxxx a GRUB boot partition 100 Mb, formatted to filesystem type ext3 xxxx Unless you want to end up in Ubuntuforums asking for help with a package manager that is complaining about a full boot partition, DO NOT create and use a separate boot partition. For 99% of home installations it is totally unnecessary.

  • the extended partition is the remainder
  • (At the end of the hard drive a few Gb of free space can be left (to allow for extra logical partition needs that were not foreseen. This can't be done unless the extended partition is the last partition.)
  • Divide the extended partition into multiple logical partitions:
  • a /swap logical partition that is 2 Gb -- filesystem type linux-swap
  • a logical partition for the / (root) folder of each planned Linux (or Mac) OS (at least 10 Gb each, but 20-50 Gb is better) -- formatted as ext3 (or ext4 if you are planning to use a newer Linux OS)
  • optionally, a logical partition for each planned specific use, such as a groupware partition (Kolab, for example). Often, 20 Gb data partitions formatted as an ext3 filesystem is suitable, since many specific programs (like Kolab) will be comfortable with ext3 filesystems. Many users often also create a separate partition for the /home directory (so that all personal data files can be stored in a partition separate from the operating system).

Partitioning Scheme for SSD

  • Better leave all read-only files on SSD and use hard disk for everything else
  • https://wiki.debian.org/ReadonlyRoot should clarify which parts of the filesystem tree can be read-only: moving /usr to read-only would be the most significant thing (greatest space required) I guess but you have to ensure it is remounted as required when doing apt-get install or remove. See that page for more info.

  • This page was originally adapted from Ubuntuguide -- Multiple OS Installation.

  • Psychocats Guide to Partitioning

As people become more aware about its plus-points, hard drive partitioning is finding many more takers than in the previous years. And rightfully so; after all, it is good for the machine’s health, it helps isolate crucial data from personal thus ensuring more safety, helps organize data better and comes in handy when you wish to run more than one operating system on one machine. Against these advantages, the minor drawback of slightly reduced performance seems to fade out. This is the primary reason more Mac users too are taking the partitioning road.

So much so, that along with partitioning internal Mac hard drives, users are partitioning external drives and flash drives too in order to make them boot multiple operating systems on the run when required. However, hard drive partitioning can often become a problematic task marred by errors and unexpected hurdles. One such error crops up when you wish to partition Mac flash drive on OS X El Capitan.

In this article we’ll be discussing how to achieve Mac flash drive partitioning in the simplest and most error-free way possible.

Partitioning a flash drive on Mac – a brief introduction

This is for the benefit of those who’re not exactly sure what hard drive partitioning does to their drives.

When a flash drive is partitioned, the entire storage capacity of the device is divided into separate logical sections of storage. Each section is listed as a separate volume that you can find under the Devices section in the Finder sidebar. So if your flash drive has a capacity of 500GB, you can divided it into 2 partitions of 250GB each, one of which can be used with Mac and the other to boot Windows. Or two partitions of 250GB each one to store a bootable operating system and the other to serve as a backup destination.

To create a partition on a flash drive without formatting / erasing existing data, you can use Mac’s inbuilt Disk Utility feature. Just select the “Partition” button in Disk Utility, click on the Add (+) button and follow the instructions. After the drive is partitioned, an icon for each volume (newly created partition) appears in both the Disk Utility sidebar and the Finder sidebar.

Problems arising with flash drive partitioning on Mac

Sometimes, flash drive partitioning runs into problems. A few of the error scenarios are described here:

  • Partitioning option grayed out in Disk Utility when you select the flash drive
  • Error “couldn’t unmount disk” appears on trying to “erase” data previously stored on the flash drive
  • Even after manually deleting all data on the drive, the remaining empty space on the drive doesn’t increase. Instead, it shows the same amount of space left as before deleting the data
  • Drives formatted on Mac OS X El Capitan aren’t recognized on Windows systems

An introduction to statistical modelling krzanowski pdf converter. Disk Utility solutions to the above problems

All problems mentioned in the previous section can be resolved using different options within Disk Utility. Let us take each one in succession.

Partition option grayed out


Under Disk Utility, select the line with the model number of the hard drive, not the line with the name that you gave the partition. Then, the partition option will become active.

If you still find the option grayed out, that means your flash drive has a Master Boot Record (MBR) partition map. Remove all partitions through the “Erase” option. Then, you should be able to get to the Partition tab, and change the partition map to GUID. But before doing that, copy crucial data to another drive since erasing will delete all data present on the flash drive.

If this still doesn’t work, you can use the Terminal utility to partition the disk. Open Terminal and key in the following command:

diskutil partitionDisk disk1 2 MBR MS-DOS DOSEXC 20G ExFAT Exexchange R

Here is what each parameter in this command means

  • partition disk1
  • create 2 partitions, partition type is MBR
  • 1st partition is MS-DOS, named DOSEXC, and 20G in size
  • 2nd partition is ExFAT, named Exexchange, and uses Remaining space

Now you should see the option to add more partitions to the disk.

Error “couldn’t unmount disk”


Image Source: Apple Stack Exchange

Under Disk Utility, right-click on the flash drive listed in the left hand panel and click on “unmount disk”. Once the disk is unmounted, click on the “Erase” button. The drive will be erased. Then you can proceed to the “Partition” option. As mentioned above, take care to backup all important data before pressing “Erase”.

Empty space doesn’t increase

Virtua tennis 4 download.

Image Source: Apple Stack Exchange

Manual deletion doesn’t empty the Trash of the flash drive. Hence, use the “Erase” option to completely wipe the drive clean and then use the “Partition” option to create new volumes.

Mac formatted drives not recognized on Windows


Image Source: Windows EXE Errors

The Disk Utility advanced options are hidden in El Capitan. Thus, to format the flash drive on Mac such that even a Windows system recognizes it, you need to execute some commands on the Terminal. For this:

  1. Quit Disk Utility and open Terminal
  2. Run the following Command:

defaults write com.apple.DiskUtility advanced-image-options 1

Now re-launch Disk Utility and format your USB with MBR Partition and exFAT file System.

Recommended Solution

Though the above mentioned solutions will fix the issue in 95% of the cases, the solutions themselves (specially the command-line one) can be a little too technical for some users. Moreover, some deeper, more complex issue might prevent you from partitioning the flash drive even after applying the above solutions.

Hence, we recommend using Stellar Partition Manager software to efficiently create, resize, format, manage, as well as delete partitions on Mac hard drives. Additionally, this product also works with BOOT volumes without causing any data loss. And above all, it has the advantage of an interactive user interface making the entire process much easier.

To sum it up

Don’t let minor problems stop you from partitioning your flash drives or other external drives on Mac. Use our helpful pointers to deal with issues, and if nothing works, trust Stellar Partition Manager to assist you.

Most Popular News