Hard Drive Partition Showing as "Microsoft Basic Data"
Hi, I have a Mac Pro 2009 with 5 hard drives mounted, one of which (OS) is an SSD connected through PCIe.
The issue is in disk0, partition 3. After a simple restart, the Mac Pro is able to mount and use partition 2 on the same disk (called Caching) but not 3. It didn't even complain about it not being readable.
As you'll see from the terminal output below, I attempted the adjust type option I found from a Google search, but that failed. Prior to this however, it was not even showing in the GUI for Disk Utility... so it did something, but I'm not sure what.
Any suggestions?
Anything I've missed in terms of info, please let me know.
Thanks
--------
server:~ Admin$ diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *2.0 TB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_HFS Caching 500.0 GB disk0s2
3: Microsoft Basic Data 1.5 TB disk0s3
/dev/disk1 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *2.0 TB disk1
1: Windows_NTFS STOR.E TV+ 2.0 TB disk1s1
/dev/disk2 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS CCTV 999.9 GB disk2s2
/dev/disk3 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk3
1: EFI EFI 209.7 MB disk3s1
2: Apple_HFS 1TB Media OS X 999.9 GB disk3s2
/dev/disk4 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *128.0 GB disk4
1: EFI EFI 209.7 MB disk4s1
2: Apple_HFS Macintosh HD 127.2 GB disk4s2
3: Apple_Boot Recovery HD 650.0 MB disk4s3
/dev/disk6 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme +2.0 TB disk6
1: EFI EFI 209.7 MB disk6s1
2: Apple_HFS Time Machine Backups 2.0 TB disk6s2
server:~ Admin$ sudo asr adjust --target /dev/disk0s3 --settype "Apple_HFS"
Password:
asr: Volume adjustment failed: Unknown error: -123
--------
This is a screenshot after the above command was run.
Mac Pro, OS X El Capitan (10.11.6)