The external HDD I use for my TimeMachine backup is suddenly not mounting or even showing up in Disk Utility.
But when I try diskutil list in Terminal it seems to be there.
Any hints on how to mount this so I can restore from backup?
	
	
	
		
I tried repairDisk, but got this:
	
	
	
		
This external disk appears to have coincidentally died on the same day as my internal fusion drive, and is the only backup I have. Can anyone help?
	
		
			
		
		
	
				
			But when I try diskutil list in Terminal it seems to be there.
Any hints on how to mount this so I can restore from backup?
		Code:
	
	/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *6.0 TB     disk3
   1:                        EFI EFI                     209.7 MB   disk3s1
   2:                  Apple_HFS 6TB TimeMachine         6.0 TB     disk3s2
Benjamins-iMac:~ benjaminmoore$ diskutil info disk3
   Device Identifier:         disk3
   Device Node:               /dev/disk3
   Whole:                     Yes
   Part of Whole:             disk3
   Device / Media Name:       HD-GDU3
   Volume Name:               Not applicable (no file system)
   Mounted:                   Not applicable (no file system)
   File System:               None
   Content (IOContent):       GUID_partition_scheme
   OS Can Be Installed:       No
   Media Type:                Generic
   Protocol:                  USB
   SMART Status:              Not Supported
   Disk Size:                 6.0 TB (6001175126016 Bytes) (exactly 11721045168 512-Byte-Units)
   Device Block Size:         512 Bytes
   Read-Only Media:           No
   Read-Only Volume:          Not applicable (no file system)
   Device Location:           External
   Removable Media:           Fixed
   Virtual:                   No
Benjamins-iMac:~ benjaminmoore$ diskutil info disk3s2
   Device Identifier:         disk3s2
   Device Node:               /dev/disk3s2
   Whole:                     No
   Part of Whole:             disk3
   Volume Name:               6TB TimeMachine
   Mounted:                   No
   Partition Type:            Apple_HFS
   File System Personality:   Journaled HFS+
   Type (Bundle):             hfs
   Name (User Visible):       Mac OS Extended (Journaled)
   Journal:                   Unknown (not mounted)
   Owners:                    Disabled
	I tried repairDisk, but got this:
		Code:
	
	Benjamins-iMac:~ benjaminmoore$ diskutil repairDisk /dev/disk1
Repairing the partition map might erase disk1s1, proceed? (y/N) y
Started partition map repair on disk1
Checking prerequisites
Problems were encountered during repair of the partition map
Error: -69808: Some information was unavailable during an internal lookup
	This external disk appears to have coincidentally died on the same day as my internal fusion drive, and is the only backup I have. Can anyone help?