$ diskutil list | |
/dev/disk0 | |
#: TYPE NAME SIZE IDENTIFIER | |
0: GUID_partition_scheme *500.3 GB disk0 | |
1: EFI EFI 209.7 MB disk0s1 | |
2: Apple_CoreStorage 499.4 GB disk0s2 | |
3: Apple_Boot Recovery HD 650.0 MB disk0s3 |
$ diskutil cs revert / | |
Started CoreStorage operation on disk1 Macintosh HD | |
Switching partition from Core Storage type to original type | |
Reclaiming space formerly used by Core Storage metadata | |
Even though the disk is now fully reverted, you should reboot soon to re-mount your reverted disk from the actual original partition | |
Removing Physical Volume | |
Destroying Logical Volume Group | |
Remounting former Physical Volume as normal disk | |
Core Storage LV UUID: | |
Core Storage disk: disk0s2 | |
Finished CoreStorage operation on disk1 Macintosh HD |
$ diskutil list | |
/dev/disk0 | |
#: TYPE NAME SIZE IDENTIFIER | |
0: GUID_partition_scheme *500.3 GB disk0 | |
1: EFI EFI 209.7 MB disk0s1 | |
2: Apple_HFS Macintosh HD 499.4 GB disk0s2 | |
3: Apple_Boot Recovery HD 650.0 MB disk0s3 |
![]() |
1
ffffwh 2014-10-18 11:55:44 +08:00
但cmd-R还进得去。
话说以前开filevault,不知怎么的recovery彻底没了,每次internet recovery要半个小时.. |
2
ptyfork 2014-10-18 12:06:27 +08:00
这样revert之后按option启动的选项显示的是EFI,而不是recovery?
|