10.8에서 아래 방법을 사용하여 "DIY Fusion Drive"를 만든 후에는 내부 드라이브에 RecoveryHD 파티션을 추가하는 방법이 궁금합니다.
다음은 두 개의 물리적 볼륨 (128G SSD / 750GHD)에 걸쳐 논리 볼륨 그룹을 생성하기 위해 수행 한 작업입니다.
(make a clone / backup of all your data first)
diskutil list (take note of the disk## of the two drives. In my case: disk0/disk1)
diskutil corestorage create fusion_volume_group disk0 disk1
diskutil corestorage list (take note of the Logical Volume Group UUID)
diskutil corestorage createVolume <UUID> jhfs+ FusionHD 749g
restore the clone onto the FusionHD
이것은 훌륭하게 작동했지만 이제는 RecoveryHD가 사라졌습니다. 다시 추가하고 싶습니다 (원래 HD에서 복제 한 외장 드라이브에 있음)
파티션 레이아웃은 다음과 같습니다.
$ diskutil list
/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *120.0 GB disk0
1: EFI 209.7 MB disk0s1
2: Apple_CoreStorage 119.7 GB disk0s2
3: Apple_Boot Boot OS X 134.2 MB disk0s3
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *750.2 GB disk1
1: EFI 209.7 MB disk1s1
2: Apple_CoreStorage 749.3 GB disk1s2
3: Apple_Boot Boot OS X 650.0 MB disk1s3
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFS FusionHD *744.5 GB disk2
누구든지 복구 HD를 추가하기 위해 diskUtil 명령을 알고 있습니까? 이상적으로, 내가 지금 어디에 있는가?