You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Partition BootCap on DD 3To Fusion Drive: A methode

In continuation of another post above a bootcamp disk problem, i ask to now how to crate a Bootcamp partition on a 3To. Fusion drive using command on terminal like:


diskutil list

diskutil cs list

sudo gpt -vv -r show /dev/disk0

sudo gpt -vv -r show /dev/disk1

sudo fdisk /dev/disk0

sudo fdisk /dev/disk1


The end of the first thread:

Can't format former Boot Camp partition


Thanks.

iMac, OS X Yosemite (10.10)

Posted on Nov 10, 2014 7:15 AM

Reply
Question marked as Top-ranking reply

Posted on Nov 11, 2014 3:47 AM

Sorry, did not get a chance to post on this before.


There are two options,


1. Use diskutil cs resizeStack, or,

2. Re-install Yosemite by using the steps from the previous thread, but this time create a Bootcamp-suitable volume also.

50 replies

Nov 19, 2014 9:52 AM in response to Loner T

Hello Loner,


I look over the page 5 of the other discussion but it was a complicated solution when i have multiples disk problems. Could you, please, give me the operation step by step to put my Fusion drive well?


Second question, what do you think about the solution of an external disk with Windows?


For information:


diskutil list


/dev/disk0

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *3.0 TB disk0

1: EFI EFI 209.7 MB disk0s1

2: Apple_CoreStorage 883.7 GB disk0s2

3: Apple_Boot Recovery HD 650.1 MB disk0s3

4: Microsoft Basic Data Untitled 250.0 GB disk0s4

5: Apple_CoreStorage 801.4 GB disk0s5

6: Apple_Boot Boot OS X 134.2 MB disk0s6

/dev/disk1

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *121.3 GB disk1

1: EFI EFI 209.7 MB disk1s1

2: Apple_CoreStorage 121.0 GB disk1s2

3: Apple_Boot Boot OS X 134.2 MB disk1s3

/dev/disk2

#: TYPE NAME SIZE IDENTIFIER

0: Apple_HFS Macintosh HD *1.8 TB disk2

Logical Volume on disk1s2, disk0s2, ...

7D2AB070-B558-4788-BD0F-ECD835245C2C

Unencrypted Fusion Drive

/dev/disk3

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *2.0 TB disk3

1: EFI EFI 209.7 MB disk3s1

2: Apple_HFS Time Machine 2.0 TB disk3s2

/dev/disk4

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *2.0 TB disk4

1: EFI EFI 209.7 MB disk4s1

2: Apple_HFS Archives 2.0 TB disk4s2



diskutil cs list

CoreStorage logical volume groups (1 found)

|

+-- Logical Volume Group FE01F854-51A7-441B-9BBE-B903BA3E5262

=========================================================

Name: OSX-MacintoshLVG

Status: Online

Size: 1806140678144 B (1.8 TB)

Free Space: 94208 B (94.2 KB)

|

+-< Physical Volume D4097F0C-E8B6-4457-8764-76D78EEB4A96

| ----------------------------------------------------

| Index: 0

| Disk: disk1s2

| Status: Online

| Size: 120988852224 B (121.0 GB)

|

+-< Physical Volume 3DDE5754-7274-4D58-AED2-EF28CC6A28AF

| ----------------------------------------------------

| Index: 1

| Disk: disk0s2

| Status: Online

| Size: 883715260416 B (883.7 GB)

|

+-< Physical Volume 272FA37E-4CFD-4B2A-853B-6F901149E844

| ----------------------------------------------------

| Index: 2

| Disk: disk0s5

| Status: Online

| Size: 801436565504 B (801.4 GB)

|

+-> Logical Volume Family 433CF0FC-85A1-4316-A0D0-701590C503F7

----------------------------------------------------------

Encryption Status: Unlocked

Encryption Type: None

Conversion Status: NoConversion

Conversion Direction: -none-

Has Encrypted Extents: No

Fully Secure: No

Passphrase Required: No

|

+-> Logical Volume 7D2AB070-B558-4788-BD0F-ECD835245C2C

---------------------------------------------------

Disk: disk2

Status: Online

Size (Total): 1799999979520 B (1.8 TB)

Conversion Progress: -none-

Revertible: No

LV Name: Macintosh HD

Volume Name: Macintosh HD

Content Hint: Apple_HFS

Nov 19, 2014 10:36 AM in response to Baron MARTo

1. Boot your iMac using Command+Opt+R (Internet Recovery).

2. The following steps will erase both the SSD and HDD.

a. Delete "Macintosh HD" Logical Volume - diskutil cs deleteVolume 7D2AB070-B558-4788-BD0F-ECD835245C2C

b. Delete "Macintosh HD" Logical Volume Group - diskutil cs delete FE01F854-51A7-441B-9BBE-B903BA3E5262

c. Verify using diskutil list that the SSD and HDD still remain disk1 and disk0 for the following steps to work. You can reboot which will renumber disks.

d. Erase SSD Logical Volume - diskutil eraseDisk jhfs+ SSD disk1

e. Erase HDD Logical Volume - diskutil eraseDisk jhfs+ HDD disk0

f. Create a new CoreStorage volume using HDD/SSD (the order of disks is very important). Steps d and e will create an EFI partition, and disk0s2 and disk1s2 will be the 'entire' capacity of the system in HDD and SSD respectively.


diskutil cs create OSX-MacintoshLVG disk1s2 disk0s2


g. Create a 'full' logical volume using the lvUUID generated by step f. Note down the long string from step f.

diskutil cs createVolume LongStringfromStepF jhfs+ "Macintosh HD" 100%


If you see any error messages, please stop and post back here.

Partition BootCap on DD 3To Fusion Drive: A methode

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.