Created
February 21, 2015 07:32
-
-
Save venj/70e8748f12e73bddd9f0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
venj@Wairy ~ $ diskutil cs list | |
CoreStorage logical volume groups (1 found) | |
| | |
+-- Logical Volume Group 737A11E0-E197-423D-BA97-01E8155B55C1 | |
========================================================= | |
Name: Macintosh HD | |
Status: Online | |
Size: 120473067520 B (120.5 GB) | |
Free Space: 18948096 B (18.9 MB) | |
| | |
+-< Physical Volume F72D5FA7-5E22-459D-B9BA-AE35F3D23EDC | |
| ---------------------------------------------------- | |
| Index: 0 | |
| Disk: disk0s2 | |
| Status: Online | |
| Size: 120473067520 B (120.5 GB) | |
| | |
+-> Logical Volume Family 480355FE-57FB-42D5-B8F0-8996E60A3BD7 | |
---------------------------------------------------------- | |
Encryption Status: Unlocked | |
Encryption Type: None | |
Conversion Status: NoConversion | |
Conversion Direction: -none- | |
Has Encrypted Extents: No | |
Fully Secure: No | |
Passphrase Required: No | |
| | |
+-> Logical Volume D371CA3D-90E5-472F-AC09-585158AD4893 | |
--------------------------------------------------- | |
Disk: disk1 | |
Status: Online | |
Size (Total): 120101797888 B (120.1 GB) | |
Conversion Progress: -none- | |
Revertible: Yes (no decryption required) | |
LV Name: Macintosh HD | |
Volume Name: Macintosh HD | |
Content Hint: Apple_HFS | |
venj@Wairy ~ $ sudo diskutil cs revert / | |
WARNING: Improper use of the sudo command could lead to data loss | |
or the deletion of important system files. Please double-check your | |
typing when using sudo. Type "man sudo" for more information. | |
To proceed, enter your password, or type Ctrl-C to abort. | |
Password: | |
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: D371CA3D-90E5-472F-AC09-585158AD4893 | |
Core Storage disk: disk0s2 | |
Finished CoreStorage operation on disk1 Macintosh HD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment