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

macmacmacr

macrumors regular
Original poster
Dec 23, 2014
152
5
My current Diskutil list look has the a type of HFSX which I do not recognize. Can this file type be converted?

/dev/disk0
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *256.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_CoreStorage 205.2 GB disk0s2
3: Apple_Boot Recovery HD 650.0 MB disk0s3
4: Microsoft Basic Data BOOTCAMP 50.0 GB disk0s4
/dev/disk1
#: TYPE NAME SIZE IDENTIFIER
0: Apple_HFSX Mac HD *204.8 GB disk1
Logical Volume on disk0s2
24EA5326-7BBB-466E-939B-9E171EDCF445
Unlocked Encrypted
 
No, it cannot be converted, at least not with provided system tools (some programs like iPartition claim to be capable of this though). HFSX is a case-sensitive version of HFS Plus and conversions are painful. You should transfer the files manually to a case-insensitive disk, resolve any casing problems and then reformat the HFSX disk.
 
What do you mean, does not mention? It is mentioned. In Disk Utility and Finder it is called ‘Mac OS Extended (Case-sensitive, Journaled)’. Diskutil uses short identifiers instead. Their full definition you can get with ‘diskutil listfilesystems’.
 
Where are you seeing Disk utility in yosemite displaying any information for "Apple_HFSX " finder also does not display any value for "Apple_HFSX "
 
‘Apple_HFSX’ is just an internal name for the partition type, which you don’t need to know. Type this command and you will see more information about your partition and its filesystem type (assuming that the above output is still correct):
Code:
diskutil info disk1
 
Last edited:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.