Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

rufus247

macrumors member
Original poster
Jan 26, 2009
47
0
I am having problems. I want to delete a partition and create a new one, but I need to be able to click option in able to do this. For whatever reason, disk utility will not let me edit my external in any way without deleting the whole thing which I do not want to do. I need help. I have posted a picture.
 

Attachments

  • Screen shot 2010-03-01 at 3.18.45 PM.png
    Screen shot 2010-03-01 at 3.18.45 PM.png
    624.3 KB · Views: 3,939
That is most likely due to the Partition Map Scheme (bottom right of your Disk Utility window) that is set for the external HDD.

It is set to Master Boot Record, which is used for Windows computers and Mac OS X can't seem to handle resizing with those.
 
That is most likely due to the Partition Map Scheme (bottom right of your Disk Utility window) that is set for the external HDD.

It is set to Master Boot Record, which is used for Windows computers and Mac OS X can't seem to handle resizing with those.

But i did all reformatting on my mac. Is there anything I can do?
 
But i did all reformatting on my mac. Is there anything I can do?

Not that I know of besides backing up your data and reformatting the HDD again and making sure you selected GUID as partition table/map via the Options button.

2390821455_6823146c65.jpg


Maybe change your thread title to something like: "How to resize partitions on an HDD using the Master Boot Record partition scheme map" or something shorter.

To edit your thread title, just click on the
edit.gif
button on the bottom right of your original post and then click the "Go Advanced" button below your message.
Have you also taken a look at MRoogle, since that question may have been asked several times?
 
That is most likely due to the Partition Map Scheme (bottom right of your Disk Utility window) that is set for the external HDD.

It is set to Master Boot Record, which is used for Windows computers and Mac OS X can't seem to handle resizing with those.

Not that I know of besides backing up your data and reformatting the HDD again and making sure you selected GUID as partition table/map via the Options button.

2390821455_6823146c65.jpg


Maybe change your thread title to something like: "How to resize partitions on an HDD using the Master Boot Record partition scheme map" or something shorter.

To edit your thread title, just click on the
edit.gif
button on the bottom right of your original post and then click the "Go Advanced" button below your message.
Have you also taken a look at MRoogle, since that question may have been asked several times?

Thanks. I do not want to have to copy all of my data again.
 
This was something that caught me as well. Another item for Windows switchers to look out for--and this one I have to say I had no clue about. I just knew that my iMac was not recognizing my "bootable" external drive as being bootable--until I discovered the GUID Partition Table.
 
Using fdisk to resize last partition on an MBR disk.

That is most likely due to the Partition Map Scheme (bottom right of your Disk Utility window) that is set for the external HDD.

It is set to Master Boot Record, which is used for Windows computers and Mac OS X can't seem to handle resizing with those.

Actually, one can use the command-line utility fdisk to resize the last partition on an MBR-partitioned disk that has at most four partitions, provided you back up and restore whatever contents of the last partition you want to preserve.

The most straightforward thing to do is:

1) Do a Get Info in Disk Utility on the drive you want to modify to obtain its Disk Identifier, which will probably be in the form diskn, where n is a small single digit.

2) Also using Disk Utility, back up the volume (partition) you are going to modify (if it has anything you want to save on it) by creating an image file of said volume. If there are any other files or volumes on the disk that you really, really don't want to risk losing, back those up also, just in case!

3) Open Terminal and type

Code:
fdisk -e /dev/<disk identifier>

where '<disk identifier>' is the name you obtained in step 1. Ignore the message:

Code:
fdisk: could not open MBR file [...]

that you will probably then see.

4) Type
Code:
p <RETURN>
to see a list of partitions on the disk. Then type
Code:
edit <n>
where <n> is the number (from 1 to 4) of the partition you want to edit, which had better be the last one on the list of partitions unless you are knowledgeable enough not to have needed these instructions in the first place. You will be given a sequence of prompts that you can respond to by pressing <RETURN> to choose the default. However, if you don't want to use up all the space at the end of the disk for the partition you are expanding, you can respond to the 'Partition size' prompt with a smaller number. In addition, if the default response to the 'Partition offset' prompt is a lower number than the existing start sector number for that partition, you may want to respond to the prompt with the latter number, so that the starting location of the volume remains unchanged.

5) After you do this, type 'p' again to make sure that you haven't changed any other partitions, then type 'w' to write the new partition table to the disk. Despite any warnings you will see before confirming this, writing the edited partition table to disk will not change anything except the partition (volume) whose entry you edited, and, in most cases, won't change any data even on the edited volume, although the OS may, when that volume is mounted, treat it as unreadable or problematic. In that case, you may want to restore the contents of that volume, or some part of them, from the backup you made in step 2.
 
Thank you, aarons510! I had a 1TB NTFS external that I wanted to carve a 150GB HFS+ partition out of to use as a Time Machine backup for my Air. I resized the existing partition using compmgmt.msc in Windows, but when I hooked it up to my Air I wasn't able to create a partition out of the empty space.

Fdisk did it just fine. I used partition #2 as it was the first unused/empty (00) partition.

Only little hangup I found was the prompt on whether or not to use CHS mode. Default is 'n', I used that. Literature I could find on the subject suggested that CHS mode involves sizing the disk with Cylinders, Heads, and Sectors, which are often bogus on newer drives. You don't need it anyhow.

After creating the HFS+ partition (AF), I rebooted the machine and started up Disk Utility. I couldn't get the HFS+ partition to mount until I formatted it within Disk Utility - thankfully that only takes about 10 seconds.

Anyway, the backup is running happily now - thanks!
 
I am having problems. I want to delete a partition and create a new one, but I need to be able to click option in able to do this. For whatever reason, disk utility will not let me edit my external in any way without deleting the whole thing which I do not want to do. I need help. I have posted a picture.

Simply launch this command in terminal and the partition icon will not be grayed out anymore :
2019-03-29_11-11-38.png

This command will erase the disk, make a backup if needed before !
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.